Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Erik Eelman 79 posts 319 karma points
    Mar 13, 2019 @ 12:51
    Erik Eelman
    0

    UmbracoForms fileupload field not working

    Hi,

    I have an issue with umbraco forms and a file upload field. The file is not saved to disk and also isn't attached to the email that is send by the default sendmail workflow (the rest of the text fields are working as expected). I've checked the checkbox for Attachments in the workflow settings.

    It's an older umbraco solution (v7.7.6) with the defaultRenderingEngine setting to "WebForms" and i'm using UmbracoForms version 6.0.8.

    Can anyone help me with this issue?

    Kind regards,

    Erik

  • Nigel Wilson 944 posts 2076 karma points
    Mar 13, 2019 @ 21:31
    Nigel Wilson
    0

    Hi Erik

    Have you checked the logs to see if there are any errors recorded ?

    I can't recall where the files are saved, but could it be permission issues on your site ?

    Cheers

    Nigel

  • Erik Eelman 79 posts 319 karma points
    Mar 14, 2019 @ 07:18
    Erik Eelman
    0

    Hi Nigel,

    Thanks for your reply. I don't see any related errors in the logs unfortunatly. I think the files should be saved in ~/media/forms/

    Erik

  • Erik Eelman 79 posts 319 karma points
    Mar 20, 2019 @ 08:27
    Erik Eelman
    0

    Anyone who can help? :)

  • Erik Eelman 79 posts 319 karma points
    Apr 01, 2019 @ 14:49
    Erik Eelman
    0

    Oke, i finally resolved this issue. I had to change my form tag (webforms) from:

    <form runat="server" id="form">
    

    to

    <form runat="server" id="form" data-ajax="false" enctype="multipart/form-data">
    

    This fixed the actual file not uploading issue. After this i got an parsing error on Dictionary

Please Sign in or register to post replies

Write your reply to:

Draft