Secure html forms
Secure forms by FormNut > Support > Knowledgebase

Search help:


File attachments aren't sent to me. Why?

Solution

You probably didn't add the required enctype to your <form ...> tag, please add this to the form tag:

enctype="multipart/form-data"

Example of a correct form tag for accepting attachments:

<form method="post" action="https://www.formnut.com/process.php?XXXYYY" enctype="multipart/form-data" />

 
Was this article helpful? yes / no
Related articles The e-mail I receive doesn't contain all the form data, some information is missing
What are the limits with file attachments?
This form doesn't exist! Check your ID number and form name!
Article details
Article ID: 19
Category: Errors and error messages
Rating (Votes): Article rated 3.0/5.0 (125)

 
« Go back

Secure forms | Pricing | Learn more about secure forms | Secure order form | Secure contact form | Start Your Free trial

© Copyright FormNut 2003-2024. All rights reserved.