I am planning on using the Multiple File Upload capabability of phpfileuploader. Is there a point at which I could intercept the code to carry out a PHP MySQL data operation immediately after each file is uploaded. I would like to access the file name and register it in a database.
Thank you.