Uploadprogress

From Edgar BV Wiki
Revision as of 13:58, 2 September 2013 by Red (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

pecl install uploadprogress

vi /etc/php5/apache2/conf.d/uploadprogress

; drupal wants uploadprogress, installed using
; pecl install uploadprogress
; so here it is
extension=uploadprogress.so

service apache2 restart