Attachment file size change
-
I would like to change the file size I can attach to more than 2MB – default file size limit?
The only script I can find about the file size seems to be in the “frontendscript.js” like below.
var attachmentSize = attachment[‘size’];
if(attachmentSize <= 2000000 && acceptedFiles.indexOf(attachmentFileType) > -1)
Even though I changed the number there, it did not work.
Could you please give any advice?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Attachment file size change’ is closed to new replies.