1

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

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Parris
  • 17,833
  • 17
  • 90
  • 133

3 Answers3

3

Read this before start!

then you can go through theese links:

Community
  • 1
  • 1
Luca Filosofi
  • 30,905
  • 9
  • 70
  • 77
2

I used ui.dialog and ajaxfileupload

hth

mcgrailm
  • 17,469
  • 22
  • 83
  • 129
-1

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
  • 12,678
  • 2
  • 41
  • 60