Loading...
 
Skip to main content

Architecture / Installation


Re:MySQL upload size

posts: 224 Ireland

You should check the parameter max_upload_size in your php.ini file. If you want to store them in the MySQL database then you should also check the max_allowed_packet_size variable in the my.cnf configuration file.

Regards,

Pat.

There are no comments at this time.