We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to make progress bar for upload file in phalcon?

Is there any plugin of phalcon allow me to show the upload progress?

I find some jQuery plugin on google https://tekbrand.com/jquery/10-best-jquery-file-upload-plugins but I can't make any of theme work with phalcon (volt template)

My project use MVC. When the user want to upload a file, he click the 'Create' button. Then the user is forward to a page which has a input file field and a 'Submit' button. After choose the file and click the 'Submit' button, it will use the uploadAction to upload. What I want is after click the Submit button, there is a progress bar show the progress of file upload.

Do you have any idea? Thank you!

hey, a good plug-and-paly solution which demonstrates to use the php session upload progress feature you can also find in the following post. It furthermore provides a ready script to download.

https://www.mydailyhacks.org/2014/11/05/php-multifile-uploader-for-php-5-4-5-5/