Size Limit issue
TopSpotTracking opened this issue · 1 comments
TopSpotTracking commented
[[!AjaxUpload?
&uid=`image`
&allowedExtensions=`jpg, jpeg,png,gif,pdf,doc,docx`
&maxFilesizeMb=`10`
&maxFiles=`3`
&thumbX=`50`
&thumbY=`50`
&sizeLimit=`10485760`
]]
The file uploader is not allowing me to upload files above 2 MB and getting the error logged "File is too large." I replace the script with essential file input, and it works fine. Still trying to figure out where to update the size limit.
Jako commented
Please check the following PHP settings: post_max_size
and upload_max_filesize
.