I have a flash web application and I use HttpService to upload files to the server. It works perfectly fine for small-sized files(~11 MB), it however throws 2032 stream error when size increases beyond that. I tried increasing the requestTimeout param for Httpservice, but it does not seem to be working. It throws the Faultevent exactly after 60 seconds.
I have changed the PHP config settings to the max values. The upload to the server also fails.
I saw many links - eg : Flex HTTPService times out anyway but none of them is helping much.
I am using Flex 4.6 and AIR 15.0.0.356
Can anybody help me out?
Thanks in advance!