Reputation: 18398
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...
Upvotes: 1
Views: 13406
Reputation: 31173
Read this before start!
then you can go through theese links:
Upvotes: 3
Reputation: 12866
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
Upvotes: -1