I have a flex upload module I made, it uses php and mysql on windows IIS 7
smaller files < 30mb work perfectly, files get uploaded to php and php puts them in the database.
However files > 30 mb fail with this error in the console.
Fleet Pic.zip
_urlReq.url =
https://myURL.com/upload.php
_urlReq.data = pin=9824
ioErrorHandler: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038: File I/O Error. URL:
https://myURL.com.com/upload.php"]
Any ideas? This is meant as a tool for my users who cant send large files via email due to restrictions
I changes the php.ini settings & mysql Max Packet size to reflect 100mb limit