• Resolved localzoomin

    (@localzoomin)


    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?

    • This topic was modified 7 years, 7 months ago by localzoomin.
    • This topic was modified 7 years, 7 months ago by localzoomin.
    • This topic was modified 7 years, 7 months ago by localzoomin.
    • This topic was modified 7 years, 7 months ago by localzoomin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Attachment file size change’ is closed to new replies.