2amigos / yii2-file-upload-widget

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

Assets #29

Open touqeershafi opened 9 years ago

touqeershafi commented 9 years ago

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 ?

tonydspaniard commented 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.

maxlyaptsev commented 8 years ago

Actual works with "2amigos/yii2-file-upload-widget": "*"

"2amigos/yii2-file-upload-widget": "~1.0"

Problem 1

tonydspaniard commented 8 years ago

Have you installed the composer plugin?