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

I'm using Uploadify to create a file uploader to Amazon S3. I need it to work on files up to 2GB, and show an error if the file is bigger than that. I don't have a finer file granulation, but for a 3.5GB file it works correctly (i.e. shows the error), and for a 10GB file it doesn't even want to select it or trigger any event. (The file open dialog .closes and nothing happens, as if the user didn't select the file in the first place).

Is there a bug in the Uploadify code and if it is, how can I make it work?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.