w3shaman / php-progress-bar

PHP Progress Bar Scipt
GNU General Public License v2.0
38 stars 19 forks source link

Show progress-bar onsubmit form #1

Open AEK-BKF opened 8 years ago

AEK-BKF commented 8 years ago

Hi, How can we use your code to show progress-bar on submit form using ajax ?

w3shaman commented 8 years ago

Yes. As you see in the sample code, I use "document ready" to trigger the Ajax call. You just need to change it so the Ajax call and also the progress checking process to run on form submission.

kevingatp commented 7 years ago

Hi, Is it possible to use in MVC framework such as Yii2? Thanks

w3shaman commented 7 years ago

I never used Yii before but I think it is possible since the progress bar can be implemented in pure jQuery in PHP, so it can be implemented to in any PHP framework.

kevingatp commented 7 years ago

Thanks, you're right. It's work on Yii2 framework :) Big Thanks fot this awesome creation from cool creator 👍