Parris
Parris

Reputation: 18398

jQuery Single File Upload using HTML Input within a Dialog Boxes

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

Answers (3)

mcgrailm
mcgrailm

Reputation: 17640

I used ui.dialog and ajaxfileupload

hth

Upvotes: 2

Steve-o
Steve-o

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

http://www.plupload.com/

Upvotes: -1

Related Questions