lional Posted August 28, 2008 Share Posted August 28, 2008 Hi All I have created a script that uploads a image to the webserver. I need to create a simple progress bar that shows the status, filesize and percentage that has been uploaded. I have been searching google but that all seems like overkill I am attaching my code snippet for the upload of the file. If anyonr can assist or point me in the right direction it will be greatly appreciated <form name="customer" enctype="multipart/form-data" action="select_file.php" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="7000000"> Filename : <input type="file" name="userfile"><br><br><br> <input type="submit" value="Upload Image" name="submit"> Thanks for any assistance Lional Link to comment https://forums.phpfreaks.com/topic/121683-upload-progress-bar/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.