Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

2 Answers

up vote 4 down vote accepted

Here are a few:

share|improve this answer
The latest version of Uploadify uses SWFUpload, swfobject behind the scene. – Tarkus Mar 28 '11 at 11:55

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.

share|improve this answer
Incorrect: A simple file input has (read) "access" to your local file system. Or the access you need to select a file for upload, that is. Flash is mostly used because it can keep track of the upload progress. – polarblau Feb 23 '11 at 19:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.