Feature #422
Updated by Alexander Watzinger almost 8 years ago
This feature enables users to upload files and could be implemented in combination with the feature "Dublin Core" to enter relevant information. http://redmine.craws.net/projects/uni/wiki/Future_Features#File-Upload-and-Gallery It will be possible to use the same file for multiple entities (e.g. a group picture for many actors) Thumbnails of image files will be shown at the corresponding entity. Clicking on them will start a JavaScript gallery view. Additionally, the files will be available to download in the original size. *Questions* - which group can upload (most likely editors and above) - which formats for images (e.g. png, jpg, ...) - dimensions for thumbnails and gallery *To do* - add settings for allowed types and size limit - form element for fileupload - new database table for uploads in web - reflect php.ini limit for file upload size - info with copyright warning? Detailed accept attribute of form field element - on hold (major browser implementation) At the moment its like image/*, audio/* but more detailed e.g. image/png, image/jpg would be more useful since the information is already available from config and validated against. On hold because Iceweasel 17.0.9 doesnt seem capable of it and I think a little "filter" is better than none.