complex05 Posted January 21, 2007 Share Posted January 21, 2007 Hello,I've searched all over the internet for an upload progress meter bar, and I found a few... but unfortunatley I can't get any of them to work because they all need different extensions and libraries that my server won't allow... so I need to write my own.I know how to do everything except, get the progress/status of an upload.Is there a function in PHP that lets you know how many bytes have been uploaded... or a way to constantly check the filesize of a file while it's being uploaded? Quote Link to comment https://forums.phpfreaks.com/topic/35118-upload-progress/ Share on other sites More sharing options...
Philip Posted January 21, 2007 Share Posted January 21, 2007 Read into this:http://www.raditha.com/php/progress.phpI've also tried finding a PHP progress bar, but after reading that I found its nearly impossible. Quote Link to comment https://forums.phpfreaks.com/topic/35118-upload-progress/#findComment-165762 Share on other sites More sharing options...
complex05 Posted January 22, 2007 Author Share Posted January 22, 2007 omg that saddens me to know that perl > php in this department :( Quote Link to comment https://forums.phpfreaks.com/topic/35118-upload-progress/#findComment-166343 Share on other sites More sharing options...
Philip Posted January 22, 2007 Share Posted January 22, 2007 Yup. Makes me sad too :( Quote Link to comment https://forums.phpfreaks.com/topic/35118-upload-progress/#findComment-166607 Share on other sites More sharing options...
The Little Guy Posted January 22, 2007 Share Posted January 22, 2007 http://www.webdice.org/uber_uploader/index.php Quote Link to comment https://forums.phpfreaks.com/topic/35118-upload-progress/#findComment-166629 Share on other sites More sharing options...
Caesar Posted January 22, 2007 Share Posted January 22, 2007 Perl does not pwn PHP. They both serve diferent needs in diferent ways. Why would you want to use PHP by itself anyway? You can do this much nicer using both PHP and Javascript/Ajax. Quote Link to comment https://forums.phpfreaks.com/topic/35118-upload-progress/#findComment-166713 Share on other sites More sharing options...
Philip Posted January 22, 2007 Share Posted January 22, 2007 Also, http://tomas.epineer.se/archives/3 Quote Link to comment https://forums.phpfreaks.com/topic/35118-upload-progress/#findComment-166718 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.