• Resolved adiorem

    (@adiorem)


    The plugin works as expected, even the shared mailbox.

    However, for some reason, contact form 7 cannot upload any file to the contact form.

    The error I get is “The uploaded file exceeds the maximum upload size of your server.”

    Before, we had no problems. Could it be something related with Micrososft and the way it handles the attachments?

    UPDATE: It seems that in Contact Form 7 the default size limit was being used. I am now troubled with a plugin for allowing drag and drop. It seems that I cannot add more than one file.

    • This topic was modified 4 years, 2 months ago by adiorem.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adiorem

    (@adiorem)

    The multiple files drag and drop works fine now, I can add multiple files but they are not sent to the email address.

    Could it be that microsoft is blocking the attachments functionality?

    Hi, sorry for the slow reply.

    Currently the plugin doesn’t support attachments (it’s not functionality I have needed, as I wrote it for simple notification emails sent from WordPress).

    I should be able to add basic file attachment support for files <3MB pretty painlessly in the near future. However, the attachment size is limited by the maximum payload size for each REST request to the Graph API (currently 3MB) as mentioned here, quote,

    “this operation limits the size of the attachment you can add to under 3MB”

    .

    There is a way of getting around this for files >3MB and <150MB using sessions, but it is more convoluted and will require some thought how to implement.

    Hi, just to say file attachments are now supported in version 1.2.0 of the plugin, so long as they are less than 3MB in size.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t upload attachments in Contact Form7’ is closed to new replies.