Actions
Bug #39551
closed[tx_form] uplaod-path of attachments is missing
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2012-08-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you use the new Mail Form (sysext: tx_form) to upload attachments, there is no path to the files in mails.
Updated by Jeff Segars over 12 years 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
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
Actions