views:

82

answers:

2

Hey Guys

Im looking for a jquery or ajax file uploader, Im currently using the FancyUploader which worked great until Flash brought out their update making all flash progress bars absolete, now whenever I try to upload large files... it will fill the progress bar to 100% in a matter of seconds even though the actual upload finished minutes after. So im now looking for a new uploading script that DOESNT require flash but can still display the progress.

Any suggestions?

+1  A: 

http://www.swfupload.org/ works fine with recent versions of Flash.

ceejayoz
+2  A: 

UploadProgress (requires jQuery and PHP, but not Flash) looks like it may do what you want.

Adam