Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Using umbraco 8.
I have a registration form that sends an email notification. In that form there is option to upload an image to be sent as an attachment.
If i use Html.beginform the email is sent with the attached image. If I use Ajax,beginfrom the email is sent with out the attached image.
But I want ajax to work as I want to remove the from from the page and display a success message. If if there is a failure display an error message.
The problem arises because ajax from what I have read wont allow for the file upload but Html replaces the whole page instead of a section.
Required solution would be a ajax form with a work around for the file upload.
Can anyone help me out
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Ajax and file upload for email attachement
Using umbraco 8.
I have a registration form that sends an email notification. In that form there is option to upload an image to be sent as an attachment.
If i use Html.beginform the email is sent with the attached image. If I use Ajax,beginfrom the email is sent with out the attached image.
But I want ajax to work as I want to remove the from from the page and display a success message. If if there is a failure display an error message.
The problem arises because ajax from what I have read wont allow for the file upload but Html replaces the whole page instead of a section.
Required solution would be a ajax form with a work around for the file upload.
Can anyone help me out
is working on a reply...