Bug #39551
[tx_form] uplaod-path of attachments is missing
| Status: | Needs Feedback | Start date: | 2012-08-06 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Form Wizard | |||
| Target version: | - | |||
| TYPO3 Version: | 4.7 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
If you use the new Mail Form (sysext: tx_form) to upload attachments, there is no path to the files in mails.
History
Updated by Jeff Segars 9 months ago
- Status changed from New to Needs Feedback
Chris,
I believe the attachment itself and the filename are the only things available. The form handling copies the upload into typo3temp (with a random filename), does its post processing (ie. sending the email) and then deletes the file from typo3temp. If you do need files to remain on the server, I think your best bet might be a custom post-processor (similar to how the mail sending works) that copies the upload to a specific location.
Let me know if you have any questions or if I misunderstood your problem.
Thanks,
Jeff