Upload Progress Bar Php Scri 2
We need a simple PHP script to upload files to our server but with a status bar where see a progress bar.
You could do it with a contact form with 3 fields: name, email and file.
Insert all in a table including the file name.
Include some verifications like name & email not empty and if the file is a zip.
The verifications should be server side and not via javascript.
It would have to work with the safe mode on and without APC in our server.