forms icon indicating copy to clipboard operation
forms copied to clipboard

Get file uploads as e-mail attachments.

Open doenietzomoeilijk opened this issue 2 years ago • 0 comments

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 .

doenietzomoeilijk avatar Mar 31 '23 12:03 doenietzomoeilijk