This topic is locked

Image File Limit

5/1/2009 12:34:14 AM
PHPRunner General questions
vin7102 author

Hi, Is there a 2mb image file upload limit for images being stored on mysql as longblob?
If so, where can I increase the size or will i have to save to file instead?

J
Jane 5/4/2009

Vince,
please check these PHP options:

post_max_size

upload_max_filesize

memory_limit
Make sure they are large enough to handle large files.

Use phpinfo() function to see the actual settigns.

Change them if needed in php.ini file.
If this doesn't help publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.