views:

106

answers:

1

I've developed a system that uses SWFUpload to easily allow the user to upload multiple files with a progress bar showing them the upload progress. It all works fine in my development environment, but is failing for some users in the wild with the Flash movie not loading. I can see the Flash movie is there, if I right click it a window appears saying Movie not loaded... (Then on the next line) About Adobe Flash Player 10...

So far I've not been able to determine what was causing the failure.

Are there any other alternatives to SWFUpload that will allow for:

  • Upload progress bar
  • Allow multiple uploads

Alternatively, any ideas on the cause of the SWFUpload issue?

A: 

You can take a look at some of the Java uploaders out there. Just do a google search and you will find some very easily. Hope you can use it :-)

P.S. You have to use Flash (silverlight) or Java, because other "technologies" don't have access to your local filesystem.

Mathias Bak