lakkpoll Posted March 19, 2010 Share Posted March 19, 2010 Is it possible to have jQuery make a progressbar while doing a php action like ziping files and then display the progress of that action ? Thanks for your time. Quote Link to comment https://forums.phpfreaks.com/topic/195872-jquery-question/ Share on other sites More sharing options...
oni-kun Posted March 19, 2010 Share Posted March 19, 2010 Is it possible to have jQuery make a progressbar while doing a php action like ziping files and then display the progress of that action ? Thanks for your time. You can look at a PEAR library for alike http://pear.php.net/package/Console_ProgressBar/ But you'd need AJAX for any kind of talk between PHP and the progress bar, If you wanted to do it yourself, You can estimate zipping time based on the size of the file, Javascript cannot handle uploads, only contain them, You'd need to use Java or Flash to create a working upload meter. Quote Link to comment https://forums.phpfreaks.com/topic/195872-jquery-question/#findComment-1028835 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.