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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.