Uploadprogress: Difference between revisions
Jump to navigation
Jump to search
Created page with "pecl install uploadprogress vi /etc/php5/apache2/conf.d/uploadprogress <pre> ; drupal wants uploadprogress, installed using ; pecl install uploadprogress ; so here it is ext..." |
No edit summary |
||
Line 1: | Line 1: | ||
pecl install uploadprogress | pecl install uploadprogress | ||
vi /etc/php5/apache2/conf.d/uploadprogress | vi /etc/php5/apache2/conf.d/uploadprogress.ini (note, the .ini is important, or php won't read the additional ini files parsed!) | ||
<pre> | <pre> |
Latest revision as of 14:04, 2 September 2013
pecl install uploadprogress
vi /etc/php5/apache2/conf.d/uploadprogress.ini (note, the .ini is important, or php won't read the additional ini files parsed!)
; drupal wants uploadprogress, installed using ; pecl install uploadprogress ; so here it is extension=uploadprogress.so
service apache2 restart