Hello to all, as i wanna limit the access to the form to only registered users i also would like to know if it's possible to automatically set a prefix (hidden for the users) to file uploads so i can know which user has uploaded the files.
I would generate the prefix dinamically using the Wordpress global variable $user_login http://codex.wordpress.org/Function_Reference/get_currentuserinfo
So an example: the registered user Joe access the form and upload a file called sample.zip, in the upload folder of my web server so i should have the file named Joe_sample.zip
thanks,
Simone from Italy