Posted by Cosmas on March 21, 2009 at 3:40am
Jump to:
| Project: | Flash Node |
| Version: | 6.x-3.1 |
| Component: | Documentation |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
In configuring the flashnode module, can I specify a user specific directory? I think this can be done in the flashfield module.
I'm going to have lots of users submit content, so I'd like [user]/flash.
Comments
#1
At the moment, no, as flash node is designed to only handle one directory.
A similar feature has been requested before, but I haven't implemented it. As the flash field project is underway I am currently contemplating the future of flash node since it is potential made redundant if flash field gets up and running properly.
Therefore I'm going to set this as postponed.
To do it manually might not be too hard if you're comfortable with PHP. You should be able to find where the code is to store the uploaded files, and you could customise the path with the user id pretty easily (I think...)