Hello,
It would be nice in quick upload tab for 'File' type (link - generic files upload) if the allowed file types could be automatically dispatched to relevant folders as set in connectors/php/config.php. For example, if an image is uploaded as 'FILE', it would be nevertheless directed to the 'images' folder and if a new file type such as 'PDF' is created in config.php for file extension 'pdf' and a 'pdf_folder' destination folder, then FileUpload function would send it this folder.
Anyway, thank you for this wonderful rich editor I use for Drupal
Tue, 10/21/2008 - 16:48
#1
Re: [FEATURE REQUEST] Upload: file type dispatcher
Patched !
I've implemented this cool future by adding three lines of php code somewhere. I can publish them here if requested and of course if it's allowed by the owner…
In my config, I've set 5 folders ('images', 'flash', 'media', 'pdf' + 'misc' for unmatched files) where the upload files are automatically dispatched. Very useful for the ordinary user.
Re: [FEATURE REQUEST] Upload: file type dispatcher
This request will be ignored here probably. Post it here.
Re: [FEATURE REQUEST] Upload: file type dispatcher