Form posted attachments not arriving
|
|
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. |
|
|
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.
|
