Topic cluster
File uploads
Receiving validating and attaching files supplied by users or external clients.
View topic page2 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
observe_dropbox_file/2
Handle a new file received in the ‘files/dropbox’ folder of a site. Unhandled files are deleted after an hour. If the handler returns ‘ok’ then the file is moved from the files/processing folder to files/handled. folder.
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…