0


there are many Jquery-Ajax-Upload scripts available but what is currently (for you) the best (stable) script?

Thank in advance!
Peter

Peter
  • 9,629
  • 29
  • 90
  • 143
  • Most of them use the flash plugin. you are aware of that? – DanielB May 06 '11 at 09:00
  • There is no jQuery Ajax upload plugin. It's possible these days, to upload with XHR, but only a few browsers support that. Plugins that use Flash, aren't Ajax. [Upload with XHR example here.](http://js1.hotblocks.nl/tests/ajax/file-drag-drop.html) – Rudie May 06 '11 at 09:03
  • You can of course implement pure Html / JavaScript Upload for all browsers but his require some special server side code. there is an extension for php and its also possible with asp.net. – DanielB May 06 '11 at 09:06
  • [See this answer](http://stackoverflow.com/questions/4856917/jquery-upload-progress-and-ajax-file-upload/4943774#4943774) – Rudie May 06 '11 at 09:07
  • @DanielB ... This is exactly want i want. – Peter May 06 '11 at 10:18
  • @Peter: Which server type and server language you are using? – DanielB May 06 '11 at 10:20

1 Answers1

2

I think the best is uploadify

It's a jquery plugin. Cheers

Albireo
  • 10,294
  • 12
  • 57
  • 95
Edgar Villegas Alvarado
  • 17,527
  • 1
  • 39
  • 59