in reply to How do I fetch and send mail attachments?
All you need to do is to process the uploaded file in your form handler. How you do this will depend on how you have written the handler. For example, see:
You may have chosen to use a framework (eg. Dancer2, Mojolicious, etc.) in which case you should refer to the framework's documentation for handling uploads instead, of course.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How do I fetch and send mail attachments?
by Seeker100 (Initiate) on Jun 12, 2019 at 13:48 UTC | |
by poj (Abbot) on Jun 12, 2019 at 14:52 UTC | |
by Seeker100 (Initiate) on Jun 13, 2019 at 14:27 UTC |