Avatar of cardilion
cardilion
Flag for United States of America

asked on 

Upload Files > 30mb

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
PHPAdobe FlashApache Flex

Avatar of undefined
Last Comment
cardilion

8/22/2022 - Mon