Bug #56561
closedAJAX uploader misses a way to send notifications
100%
Description
Until TYPO3 6.1, it was possible for a hook during upload to send notification as flash messages:
Now it does not work anymore, flash messages are not shown.
Either show flash messages after upload or provide a way for the hook to send some notification.
Typically used by EXT:image_autoresize to inform the user that an image has been resized to WxH pixels and possibly even converted from one format to another.
Files
Updated by Xavier Perseguers over 10 years ago
- File example-autoresize.png example-autoresize.png added
Updated by Xavier Perseguers over 10 years ago
- Category set to File Abstraction Layer (FAL)
Updated by Xavier Perseguers over 10 years ago
A solution might be to automatically reload page after the final file has been uploaded, which would allow uploaded files to be "editable" as well (which is not the case now).
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28200
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28200
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28200
Updated by Xavier Perseguers over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6f79d3adbd3061fc367e07d393d3344ac81b8d4f.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed