Name: Anonymous 2013-04-25 22:00
Hey /g/.
Who here is the boss in PHP? I'm having a bizarre issue. The problem is on the upload system, it works correctly, but when i try to upload a file that is big and takes a lil bit to upload (maybe 3 to 5 minutes) it doesn't work.
I have 3 variables, $Music, $Genre and the $File variable. If the file size is not that big and uploads fast, it works. Otherwise, all the variables, including the $Music and $Genre that is herited from a form, becomes null (and at least the $Music must be set).
I'm pretty sure that the problem is in php.ini, since on localhost any music can be uploaded.
Also, i already set the max_upload_file to 20mb. The music i'm trying to send is just 9mb.
Any hints?
Who here is the boss in PHP? I'm having a bizarre issue. The problem is on the upload system, it works correctly, but when i try to upload a file that is big and takes a lil bit to upload (maybe 3 to 5 minutes) it doesn't work.
I have 3 variables, $Music, $Genre and the $File variable. If the file size is not that big and uploads fast, it works. Otherwise, all the variables, including the $Music and $Genre that is herited from a form, becomes null (and at least the $Music must be set).
I'm pretty sure that the problem is in php.ini, since on localhost any music can be uploaded.
Also, i already set the max_upload_file to 20mb. The music i'm trying to send is just 9mb.
Any hints?