Open touqeershafi opened 9 years ago
This plugin uses the Yii2 component. We do not do anything to custom registration. I believe you have to look in the configuration of your code.
Actual works with "2amigos/yii2-file-upload-widget": "*"
"2amigos/yii2-file-upload-widget": "~1.0"
Problem 1
Have you installed the composer plugin?
I have a change directory for assets which is web-assets but when this plugin renders it renders the assets/javascript_folder/javascript_file.js
but actually what it should do web-assets/javascript_folder_javascript_file.js
Which is why it's giving me error of "Uncaught TypeError: undefined is not a function" Any work around for this ?