nginx icon indicating copy to clipboard operation
nginx copied to clipboard

Uploadprogress does not work in Drupal 7

Open pprishchepa opened this issue 5 years ago • 0 comments

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:

  1. Setup vanilla Drupal 7
  2. Install modules:
composer require drupal/media drupal/media_bulk_upload drupal/plupload drupal/multiform
drush en media_bulk_upload
  1. Go to http://example.com/file/add/upload/archive
  2. Try to upload a file large than 1Mb

pprishchepa avatar Mar 21 '19 08:03 pprishchepa