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

Get file uploads as e-mail attachments. #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doenietzomoeilijk
Copy link

This does currently not use the sanitized filenames nor the stored files. It simply grabs the blobs from the Symfony form.

To solve this more neatly, the FileUploadHandler should somehow have a way of passing along its resulting array of file data back to the event. Not sure if that's actually a best practice.

But hey, it works.

Solves a part of #82 .

This does currently not use the sanitized filenames nor the stored
files. It simply grabs the blobs from the Symfony form.

To solve this more neatly, the FileUploadHandler should somehow have a
way of passing along its resulting array of file data back to the event.
Not sure if that's actually a best practice.

But hey, it works.
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

Successfully merging this pull request may close these issues.

None yet

1 participant