How do I determine the path of an uploaded file by a user? Ultra frustrated
tmichaelcart - January 14, 2009 - 16:42
I am using Drupal 6.x. I have tried all of the possible modules I could think of...auto path, private upload, upload path, etc. None of them seem to work right. This is what I wish to do:
Allow users to upload files (videos) to my site into a folder other than the /files folder so I can check them, then move them into the right folder. or...
Allow administrators to moderate uploaded files before they are viewable by users. (have uploaded files be "unpublished" by default.)
There doesn't seem to be any real way to do this. Shouldn't this be a standard feature? help!!!

To Allow users to upload
To
I'm afraid I don't have a clue but to
Assuming your files are attached to nodes you can set the nodes with file uploads as unpublished and use the modr8 module (README.txt) to moderate those nodes.