Hi... i am doing some CGI script using perl. I would like to create a progress bar to indicate the progress of the uploading. Is this possible? i don't have the CGI::ProgressBar module...
Is it possible to get the number of bytes transfered then divide by the size of the file to upload and then draw a simple image through html?