hey_suburbia Posted August 16, 2006 Share Posted August 16, 2006 I have been using an open source upload/management script and I wanted to add a progress bar to the upload section (with KB/s too).I've tried a bunch of ways, but I'm unable to integrate it into my existing script.Could anyone offer some assistance, whether it be php/ajax/jsMy upload script uses three files:upload.phpupload.tplform.tplI've included them in a .zip file here: http://www.basicfunction.com/upload.zipI will be forever grateful, THANKS!!! Quote Link to comment Share on other sites More sharing options...
quasiman Posted August 21, 2006 Share Posted August 21, 2006 PHP doesn't give access to the raw POST data, so you're kind of screwed for a straight PHP version.Here's a PHP/Perl version that seems to work...[url=http://www.raditha.com/php/progress.php]http://www.raditha.com/php/progress.php[/url] Quote Link to comment Share on other sites More sharing options...
sibsoft Posted September 8, 2006 Share Posted September 8, 2006 Yes, PHP couldn't obtain access to raw post data. But Perl have such ability. Take a look at XUpload: [url=http://www.sibsoft.net/xupload.html]fist non-AJAX upload progress bar[/url]. Works really good in any environment: PHP, Perl, JSP, etc. 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.