You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Es wäre toll, wenn rex_multiupload auch den Extension-Point MEDIA_ADDED aufrufen würde.
Dafür ist die folgende Anpassung nötig:
Datei:
/redaxo/include/addons/rex_multiupload/action/action.upload.php
Zeile 193 hinzufügen:
rex_register_extension_point('MEDIA_ADDED', '', $result);
Dies ist hilfreich, wenn man den Speicherort der hochgeladenen Datei nachträglich per Addon noch anpassen will.
Gruss
Adrian
The text was updated successfully, but these errors were encountered:
Hallo
Es wäre toll, wenn rex_multiupload auch den Extension-Point MEDIA_ADDED aufrufen würde.
Dafür ist die folgende Anpassung nötig:
Datei:
/redaxo/include/addons/rex_multiupload/action/action.upload.php
Zeile 193 hinzufügen:
rex_register_extension_point('MEDIA_ADDED', '', $result);
Dies ist hilfreich, wenn man den Speicherort der hochgeladenen Datei nachträglich per Addon noch anpassen will.
Gruss
Adrian
The text was updated successfully, but these errors were encountered: