Hi
I wrote a script to check file format, size, etc and upload to my server. Then to first rename file and move using PHP move_uploaded_file() command. Need to allow a Joomla user to upload a file from their computer, then save it using their userID.pdf in a specific directory, so I can later allow users to see a list of all users who have uploded files and view their uploaded files.
Was getting error from move_uploaded_file() and file did not show up in the /tmp/ directory.
So then I found your component.
But how do I capture the “successful file upload” event trigger so I can rename the file and also set a time/datestamp field in the database?
Is it possible to specify a URL to handle this after the “Upload File” form button is clicked?
Kindly advise best way to proceed.
thanks