Jump to content

upload progress bar


lional

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.