cannot upload image

hello



If i try upload image i have this message


[quote]Select at least one file to upload[/quote]



any idea ?



Thnks …

Check the bug tracker. Is this the same as yours? [url=“http://forum.cs-cart.com/tracker/issue-4330-elfinder-bug-unable-to-upload-an-image/”]http://forum.cs-cart.com/tracker/issue-4330-elfinder-bug-unable-to-upload-an-image/[/url]

merci … spaciba … thanks …

Translate from [url=“http://forum.cs-cart.com/topic/32123-Загрузка-файлов-в-редакторе-Ошибка/page__view__findpost__p__164777”]http://forum.cs-cart.com/topic/32123-Загрузка-файлов-в-редакторе-Ошибка/page__view__findpost__p__164777[/url]



Problems downloading files and decided it would be included in the next release.

In order to apply it manually now need to open the file js/lib/elfinder/js/elfinder.min.js,

to find in it a piece of code


if(!$(':file[value]',f).length)


and replace it


var is_empty=true;$('input:file',f).each(function(){if($(this).val()){is_empty=false;return false};});if(is_empty)




The file is compressed, but I hope you will understand and be able to make the change.



After this you need to clear site cache and also browser cache.



On my side it works,





Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

OK. I tried the fix and it works. Thanks

Thank you for the fix. I have applied the changes and it works.

Do you happen to know another fix for:


  1. Menu Block - Text - to demonstrate as one single list instead of a duplicate menu listing?
  2. WISIWIG not able to even “center” text



    Thank you.

I have the same problem, could not uplaod any image → the fix worked ! Thanks a lot @Vali !