You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uploadprogress does not work in Drupal 7. Actually, I'm not sure about other apps, it seems because Drupal 7 use old-fashion technique of detection uploading progress instead of uploading via JS.
The way to reproduce the issue:
Setup vanilla Drupal 7
Install modules:
composer require drupal/media drupal/media_bulk_upload drupal/plupload drupal/multiform
drush en media_bulk_upload
Uploadprogress does not work in Drupal 7. Actually, I'm not sure about other apps, it seems because Drupal 7 use old-fashion technique of detection uploading progress instead of uploading via JS.
The way to reproduce the issue:
The text was updated successfully, but these errors were encountered: