manovotny
04-27-2007, 02:47 PM
I'm using Flex 2 and ColdFusion MX to build an image upload tool. In Flex, I'm using the URLRequest.upload() method to send a file to a cfm page.
Everything works perfectly until I try to upload a large number of files... The upload fails with an I/O error (see attached image) when the upload reaches the mid-50mb range or around 40 or so images. Ironically, the error always occurs at exactly 60 seconds into the upload... The max amount of time you can set the scriptTimeLimit max to!
Does anyone have any suggestions as to what might be going on?! Can a Flex script really only "process" for a max of 60 seconds?!
If it's of any help, the error doesn't happen in IE. It only gives us problems in FireFox (on windows) and problems with Safari or FireFox (on a mac).
ANY help would be appreciated! Thanks!
Everything works perfectly until I try to upload a large number of files... The upload fails with an I/O error (see attached image) when the upload reaches the mid-50mb range or around 40 or so images. Ironically, the error always occurs at exactly 60 seconds into the upload... The max amount of time you can set the scriptTimeLimit max to!
Does anyone have any suggestions as to what might be going on?! Can a Flex script really only "process" for a max of 60 seconds?!
If it's of any help, the error doesn't happen in IE. It only gives us problems in FireFox (on windows) and problems with Safari or FireFox (on a mac).
ANY help would be appreciated! Thanks!