Is there a simple way to upload a single file through HTML input type file with JQuery UI's dialog box using $.post
?
Hope this makes sense...
Is there a simple way to upload a single file through HTML input type file with JQuery UI's dialog box using $.post
?
Hope this makes sense...
You have many choices, the easiest is probably just using jQuery to control a form that submits to an iframe.
Alternatives include Flash, Java, Gears, Silverlight, and HTML5 uploaders.
http://www.appelsiini.net/2009/10/drag-and-drop-file-upload-with-google-gears
Read this before start!
http://stackoverflow.com/questions/543926/is-it-possible-to-ajax-a-file-upload/543927#543927
then you can go through theese links: