How do I install PHP PECL uploadprogress library using Macports?

0

1

In Drupal 8, when in admin/reports/status, there is a note that says,

"...that only one upload at a time is supported. It is recommended to use the PECL uploadprogress library if possible.".

How do I install the PHP PECL uploadprogress library using Macports?

ronaldpgarcia

Posted 2015-02-04T23:41:28.240

Reputation: 1

Answers

0

It's quite simple:

pecl install uploadprogress

kenorb

Posted 2015-02-04T23:41:28.240

Reputation: 16 795