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!!! Link to comment https://forums.phpfreaks.com/topic/17779-need-to-integrate-upload-progress-bar-into-existing-script/ 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] Link to comment https://forums.phpfreaks.com/topic/17779-need-to-integrate-upload-progress-bar-into-existing-script/#findComment-78223 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. Link to comment https://forums.phpfreaks.com/topic/17779-need-to-integrate-upload-progress-bar-into-existing-script/#findComment-88217 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.