2amigos / yii2-file-upload-widget

BlueImp File Upload Widget for Yii2
Other
252 stars 140 forks source link

How to Upload ,Delete works in yii2 #154

Closed kapilmyakal closed 5 years ago

kapilmyakal commented 5 years ago

Please give Full example so we can understand

kapilmyakal commented 5 years ago

Anyone Suggest me how Upload with progress in yii2.

tonydspaniard commented 5 years ago

@kapilmyakal the fileupload progress is actually handled by the plugin itself. The documentation is on their page: https://github.com/blueimp/jQuery-File-Upload/wiki/Extended-progress-information

What you do is to configure the event as explained on the documentation and use the data.bitrate to update your html code using css or js.