PHP Upload script help

Hi everyone,

I’m trying to write a simple upload script in PHP that sends an email to me from an online form and uploads a file to a directory on my FTP that the user selects on their computer. I’ve managed to get it all working but was wondering if it is possible to add a progress bar to show the status of the upload. Would that be written in the PHP or the HTML or both or is there another file type/script required?

Thanks for your help in advance.