Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why are the attachments attached with name = the attachment name #89

Closed
necenzurat opened this issue Mar 18, 2016 · 2 comments
Closed

Comments

@necenzurat
Copy link

I run into a quick problem
when i get the webhook i can see mailinMsg and then for each subsequent attachment something like this
Content-Disposition: form-data; name="attachment.jpg"

why is that and not

Content-Disposition: form-data; name="attachments"; filename="attachment.jpg"

related: php transforms all input names with dots, spaces and more in underscores
http://ca.php.net/manual/en/language.variables.external.php#81080

@necenzurat necenzurat changed the title attachments Why are the attachments attached with name = the attachment name Mar 18, 2016
@Flolagale
Copy link
Owner

Hey @necenzurat, doing a bit of bookkeeping here, if you don't mind I close this issue since I'm not planning to change that. I hope you found a suitable solution!

@necenzurat
Copy link
Author

necenzurat commented Jul 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants