Link to home
Start Free TrialLog in
Avatar of mhoggatt1
mhoggatt1

asked on

PHP Upload Files Settings

I have installed PHP 4.3.9 and MySQL 4.1.7 on my Windows XP system using an IIS5.1 server.
I am using an upload program using PHP code called SLMan. I am uploading 16MB mp3 files and these are my php.ini settings.

upload_max_filesize = 30M
post_max_filesize = 32M
max_input_time = 1800
max_execution_time = 1800

I cannot upload files of more than 1MB without getting a 'MySQL server has gone away' error message. I wanted to make sure I have all my PHP settings correct before asking the Experts about the MySQL message. Are these settings all I need to set in the php.ini file ?
Thanks,
ASKER CERTIFIED SOLUTION
Avatar of gruntar
gruntar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial