felipeebs Posted September 10, 2007 Share Posted September 10, 2007 Hi, I'm needing some PHP upload script that works with AJAX to show some info to the user. I want somethng that shows: average% at average spees Kb/s (uploaded Kbytes or Mbytes / total Kbytes or Mbytes) a working (and not open) example I've found in http://www.virustotal.com/ Hope someone can help me. Quote Link to comment https://forums.phpfreaks.com/topic/68723-solved-upload-with-some-progress-info/ Share on other sites More sharing options...
Psycho Posted September 10, 2007 Share Posted September 10, 2007 A few options here: http://www.google.com/search?q=php+ajax+progress+bar Quote Link to comment https://forums.phpfreaks.com/topic/68723-solved-upload-with-some-progress-info/#findComment-345523 Share on other sites More sharing options...
felipeebs Posted September 10, 2007 Author Share Posted September 10, 2007 Te forums are the last place to ask questions, just after some days of learning and searching, so, IF anybody here could HELP ME and not FLOOD ME, thanks. To mjdamato: nice joke Quote Link to comment https://forums.phpfreaks.com/topic/68723-solved-upload-with-some-progress-info/#findComment-345552 Share on other sites More sharing options...
Psycho Posted September 11, 2007 Share Posted September 11, 2007 What is your problem? That wasn't a joke. Did you even take a look at the hits in that search?! The results in that search appear to be right in line with what you are asking for: i.e. an AJAX enabled uploader with a progress indicator. They may not include the functionality to show kb/sec, but that would be simple to add since the script would need to computer %complete and all the other needed variables would be available to you: (%complete * total byte size * / (start_time - current_time) What are you expecting? For someone to come over to your house and write it for you? Quote Link to comment https://forums.phpfreaks.com/topic/68723-solved-upload-with-some-progress-info/#findComment-345701 Share on other sites More sharing options...
cooldude832 Posted September 11, 2007 Share Posted September 11, 2007 I always question why people use status bars on web based uploads. You are using bandwidth to tell someone how much bandwidth they are using. A paradox that makes no sense. If you are uploading files >5mb then maybe a http based system might not be right for your system. Otherwise anything <5mb will upload so fast that a status bar will be pointless, unless you have dial-down, but who has that still? Quote Link to comment https://forums.phpfreaks.com/topic/68723-solved-upload-with-some-progress-info/#findComment-345707 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.