In my app I have a form with binary upload. I upload it to a temp directory on the server where I then insert it directly into the mysql db as a binary.
This all works fine until I try and upload a file of 2meg +
I thought it was the max_file_size but that is set to 5 meg. When I upload the binary via phpMyAdmin I get a timeout error.
phpMyAdmin reports that each binary can handle upto 51meg.
Any light that someone could shed on this would be most appreciated. I have a client asking for 4meg uploads!
Many thanks
crunchie