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? Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.