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

Pop up open and upload CSV and wait till upload finished

I want to upload one csv file but as soon as it completed uploading it should show some message like in case of uploadify.js,uploadify.css How can I achieve this thing in phalcon like on button click it should open one pop up window and on browse user should upload csv and as soon as upload finished he can submit it by clicking on save button.

This will be done via ajax, you should be able to easily use this in Phalcon. A quick Google search brought up this page..

https://www.startutorial.com/articles/view/jquery-uploadify-with-php

your article is nice here tutorial is https://www.welookups.com