thepain009
Technical User
Hi,
I'm trying to make a image uploading page and it works, but only for files 2MB and below... I need to be able to upload images that are around 5MB. I played with the MAX_FILE_SIZE value, but it didnt fix anything. Here is my code:
<input type='hidden' name='MAX_FILE_SIZE' value='10485760'>
This would be about 10MB yet i cant upload 3MB...
Any help greatly appreciated!
I'm trying to make a image uploading page and it works, but only for files 2MB and below... I need to be able to upload images that are around 5MB. I played with the MAX_FILE_SIZE value, but it didnt fix anything. Here is my code:
<input type='hidden' name='MAX_FILE_SIZE' value='10485760'>
This would be about 10MB yet i cant upload 3MB...
Any help greatly appreciated!