Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploadprogress does not work in Drupal 7 #29

Open
pprishchepa opened this issue Mar 21, 2019 · 0 comments
Open

Uploadprogress does not work in Drupal 7 #29

pprishchepa opened this issue Mar 21, 2019 · 0 comments
Assignees
Labels

Comments

@pprishchepa
Copy link
Contributor

pprishchepa commented Mar 21, 2019

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 pprishchepa changed the title Uploadprogress does not work in Drupal 7 Upload progress does not work in Drupal 7 Mar 21, 2019
@pprishchepa pprishchepa changed the title Upload progress does not work in Drupal 7 Uploadprogress does not work in Drupal 7 Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants