PHP Session Upload Progress Bar
This class can track the progress of file uploads using sessions. It can check a session variable assigned to keep track of the progress of a file upload. The class can return the current upload progress value in percentage. The class can set the session variable to cancel a file upload in progress. It can also move the file to a given directory after the upload has finished.