I am creating a web application that should send some data to the server. Flash has a built-in timeout for the URLRequest parameter set to 30 seconds. I canโt use AIR (since this solution should be launched from the browser), and sometimes the request takes more than 30 seconds.
Flash ignores any data received after 30 seconds and sends an IO Error event, although when I check the server, the script will be executed.
Is there any solution to change the timeout limit? Maybe smarter? (any libraries to split a huge request into smaller pieces and check if they are sent to the server)?
flash actionscript-3 timeout
jsaade
source share