views:

139

answers:

3

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...

A: 

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/

Steve-o
A: 

I used ui.dialog and ajaxfileupload

hth

mcgrailm