-
Notifications
You must be signed in to change notification settings - Fork 140
Please update blueimp-file-upload depenendcy #169
Comments
Hi @gb5256 I have the same problem, any suggestion to solve until they fix? |
Hi, that is a looong time ago... :-) |
thank's for fast reply. That was one of my first way that i try to solve this problem. I delete all "vendor" directory and run "composer update", but i have still the problem. |
The easiest (but not so professional) workaround is to replace in your project: Keep this file handy in case composer replace it back. |
Hi. I made a fork and pointed out the necessary dependencies. You can use it to avoid copying the file all the time. - https://github.com/reinq/yii2-file-upload-widget |
hi @reinq how to replace your fork on existing "2amigos/yii2-file-upload-widget": "~1.0" ? |
I recommend leaving this plugin, but if you have legacy project (just like me), I found simple solution just add Example
|
Hello from 2021 :) Solution that worked for me:
use dosamigos\fileupload\BlueimpLoadImageAsset;
Yii::$app->assetManager->bundles[BlueimpLoadImageAsset::class] = [
'sourcePath' => __DIR__ . '/assets/source' // load-image.all.min.js directory
];
|
This is the only solution that worked for me so far. Thanks |
There is a bug in versions below 10 which does not allow certain images to be uploaded.
See this:
blueimp/jQuery-File-Upload#3639
Is it possible that you update your dependency?
You are using 9.x right now.
Thanks !
Gb5256
The text was updated successfully, but these errors were encountered: