Jump to content

uploading metre


I-AM-OBODO

Recommended Posts

hi.

I know next to nothing about Javascript but I want something done and I believe its Javascript that can do it for me. I want to integrate/add an uploading metre to my PHP code, so that when a user is transferring or uploading a file, it shows/pop out the metre to indicate the percentage done.

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/274333-uploading-metre/
Share on other sites

The pop-up itself is quite easy to make, and I recommend making it a modal "window". Basically, just a DIV block that stays hidden until you start the upload.

For the actual progress bar, I recommend that you start here: http://www.php.net/manual/en/session.upload-progress.php

Link to comment
https://forums.phpfreaks.com/topic/274333-uploading-metre/#findComment-1411710
Share on other sites

sorry but

The pop-up itself is quite easy to make, and I recommend making it a modal "window". Basically, just a DIV block that stays hidden until you start the upload.

For the actual progress bar, I recommend that you start here: http://www.php.net/manual/en/session.upload-progress.php

 

sorry but I don't get you. could u pls paint a picture for me? thanks

Link to comment
https://forums.phpfreaks.com/topic/274333-uploading-metre/#findComment-1411714
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.