Topic cluster
File uploads
Receiving validating and attaching files supplied by users or external clients.
View topic page5 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
dialog_media_upload
Shows the admin dialog for uploading a media item. See Media.
mod_audio
Adds support for viewing and handling audio medium items.
observe_media_upload_preprocess/2
Notification to translate or map a file after upload, before insertion into the database Used in mod_video to queue movies for conversion to mp4. You can set the post_insert_fun to something like fun(Id, Medium, Context…
observe_media_upload_props/3
Notification that a medium file has been uploaded. This is the moment to change properties, modify the file etc. The folded accumulator is the map with updated medium properties.
observe_media_upload_rsc_props/3
Notification that a medium file has been uploaded. This is the moment to change resource properties, modify the file etc. The folded accumulator is the map with updated resource properties.