• PHP question.
    4 replies, posted
Hi, I'm using Relay on my site which is a php directory manager, Basically its just so that clients can upload their artwork without using an ftp client. I've been working with it for awhile, originally it would stop uploading if you tried to upload anything over 8MB but then I managed to increase it to "192MB", however, it seems to "time out" if you try to upload anything over 15MB. I've tried updating everything that has to do with timing out and filesize in php.ini, and a php test shows that the changes have been made. Most of the files that need to be uploaded are 30-40MB, but like I said it freezes around 15MB, does anyone know of any values I should be changing? Or if possibly php.ini is not where I should be looking? Thanks :)
[QUOTE=tobolateV2;25976912]Hi, I'm using Relay on my site which is a php directory manager, Basically its just so that clients can upload their artwork without using an ftp client. I've been working with it for awhile, originally it would stop uploading if you tried to upload anything over 8MB but then I managed to increase it to "192MB", however, it seems to "time out" if you try to upload anything over 15MB. I've tried updating everything that has to do with timing out and filesize in php.ini, and a php test shows that the changes have been made. Most of the files that need to be uploaded are 30-40MB, but like I said it freezes around 15MB, does anyone know of any values I should be changing? Or if possibly php.ini is not where I should be looking? Thanks :)[/QUOTE] What happens at 15mb? PHP error, complete freeze?
The status bar keeps going until 99% and just hangs there forever, the page stops loading. I say 15MB because the largest file i've been able to upload without the 99% hangup was ~14MB.
PHP won't allow files bigger than a certain amount.
Try increasing PHP's max execution time.
Sorry, you need to Log In to post a reply to this thread.