I-AM-OBODO Posted February 11, 2013 Share Posted February 11, 2013 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 Quote Link to comment https://forums.phpfreaks.com/topic/274333-uploading-metre/ Share on other sites More sharing options...
Christian F. Posted February 11, 2013 Share Posted February 11, 2013 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 Quote Link to comment https://forums.phpfreaks.com/topic/274333-uploading-metre/#findComment-1411710 Share on other sites More sharing options...
I-AM-OBODO Posted February 11, 2013 Author Share Posted February 11, 2013 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 Quote Link to comment https://forums.phpfreaks.com/topic/274333-uploading-metre/#findComment-1411714 Share on other sites More sharing options...
Christian F. Posted February 11, 2013 Share Posted February 11, 2013 Google for "modal window popup howto" and you'll find lots of resources. Quote Link to comment https://forums.phpfreaks.com/topic/274333-uploading-metre/#findComment-1411727 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.