nginx
nginx copied to clipboard
Uploadprogress does not work in Drupal 7
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
- Go to http://example.com/file/add/upload/archive
- Try to upload a file large than 1Mb