Question: When trying to upload a file, I received an error message saying it was too large. What is the size limit, and can it be changed?
Answer: The default setting for the size of uploaded files is 1MB, to prevent denial-of-service attacks. If you wish to increase this size limit, use the CGIMaxUpload setting in mt-config.cgi
1.
For example, to increase the size limit to 1.5MB, use:
CGIMaxUpload 1500000
Remember to uncomment the setting2 in mt-config.cgi
. Save and transfer the configuration file back to your server in ASCII
mode.