LanceT Posted January 11, 2008 Share Posted January 11, 2008 How do those sites (such as file hosting sites) get the file upload status bars? Like there will be moving bars indicating the progress of your file upload? Is there a way to do this with PHP or is it some other kind of script? Link to comment https://forums.phpfreaks.com/topic/85488-upload-file-status-bar-question/ Share on other sites More sharing options...
toplay Posted January 11, 2008 Share Posted January 11, 2008 It's not possible with PHP alone because you can't get at the size (or estimate) of the file at start of upload. PERL is more suited to doing this. Search the net. Link to comment https://forums.phpfreaks.com/topic/85488-upload-file-status-bar-question/#findComment-436278 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.