mySQL Max File Size
Posted: Tue Oct 11, 2005 10:04 pm
I am using mySQL to store images that users upload from my site. It seems the max file size allowed to be entered into the database is 1MB, can this be changed to allow larger images to be stored?
In my HTML, I have <input type="hidden" name="MAX_FILESIZE" value'="24000000"> but apparently I need to change more than just this. ANy help is appreciated.
Thanks.
In my HTML, I have <input type="hidden" name="MAX_FILESIZE" value'="24000000"> but apparently I need to change more than just this. ANy help is appreciated.
Thanks.