Drag and drop is working perfectly when default language is set to English, but when I change it to Slovenian or German language it doesn't work anymore. Am I the only one with this problem? Is there any way to solve this problem?

Comments

Johnny vd Laar’s picture

I have the same problem. Our site is in dutch.

Johnny vd Laar’s picture

The reason is because this variable: Drupal.settings.dragNDropUploads.dropzone.submit

contains the english version "Upload" and not the translated version.

Changing line 37 of file.inc and image.inc to:
'submit' => t('Upload'),

Johnny vd Laar’s picture

Status: Active » Needs review