Forums Help!

Form posted attachments not arriving

Subscribe to Form posted attachments not arriving 2 post(s), 2 voice(s)

 
Avatar Winston Ford 3 post(s)

Does anyone have attachments arriving from a form post?

I am posting things like 12k gif’s and png’s and while the message arrives, the attachments do not show up.

Also, it took me a while to even realize the form was working because the messages arrive in spam.. I’m not sure why that is even a possibility, but it happens for me.

 
Avatar Charles Jolley Administrator 37 post(s)

Form posts with attachments appear to be working for me. There are two things that typically go wrong in this situation:

1. Make sure that you’ve added

enctype=”multipart/form-data”

To the form element.

2. make sure your <input type="file"> tag has the name="form_attachment_1" property.
Forums Help!