Hey.
I recently made an php uploader.
But im having difficulties configuring it.
I changed the PHP.ini to '10M' and changed the MAX_FILE_SIZE in the HTML to 1000000 (10M).
But i Still get an Error Value of '1' when i upload a file more than 2MB.
Which is stupid because i've modded my PHP.ini.
Everything is set correctly. Like the Upload is "On" and the Temp DIR is set to default.
Any recommendations?
Thanks.
I recently made an php uploader.
But im having difficulties configuring it.
I changed the PHP.ini to '10M' and changed the MAX_FILE_SIZE in the HTML to 1000000 (10M).
But i Still get an Error Value of '1' when i upload a file more than 2MB.
| Quote: |
| Value: 1; The uploaded file exceeds the upload_max_filesize directive in php.ini |
Which is stupid because i've modded my PHP.ini.
Everything is set correctly. Like the Upload is "On" and the Temp DIR is set to default.
Any recommendations?
Thanks.
