Posted by AntiNSA on January 28, 2011 at 11:39pm
Upload progress Not enabled
Your server is capable of displaying file upload progress through APC, but it is not enabled. Add apc.rfc1867 = 1 to your php.ini configuration. Alternatively, it is recommended to use PECL uploadprogress, which supports more than one simultaneous upload.

Comments
I use PECL uploadprogress,
I use PECL uploadprogress, works nice. By chance, did you not restart apache?
apt-get install php5-dev php-pear
pecl install uploadprogress
Create myini.ini
nano /etc/php5/apach2/conf.d/myini.iniAdd
extension=uploadprogress.soRestart apache
/etc/init.d/apache2 restartThats how I do it.
awseome again.. did you by
awseome again.. did you by anychance get GD to work?
www.thecenterofthenet.com
http://cn.linkedin.com/in/roberpteatonjr
http://www.facebook.com/robertp.eaton
http://www.alamy.com/stock-photography/6A42F1A1-E40A-48FD-8C7F-FF258A401...
for creating myini.ini file
use
nano /etc/php5/apache2/conf.d/myini.ini
not
nano /etc/php5/apach2/conf.d/myini.ini
the difference is Dokuro forget to write "e " in apache
i was doing but my file is not saving. any way thank Dokuro its very helpful.
Works perfectly
I know that it is a very old post.
However I have do all the points in my drupal, and it works perfectly:
"Progreso de subida Habilitado (uploadprogress de PECL)"
I have working with the last drupal: Drupal. 7.36.
Thank you!!!
Regards!
Thanks! works great except a
Thanks! works great except a small typo- you need to add the "e" to apach2 =apache2 to make the myini.ini
www.thecenterofthenet.com
http://cn.linkedin.com/in/roberpteatonjr
http://www.facebook.com/robertp.eaton
http://www.alamy.com/stock-photography/6A42F1A1-E40A-48FD-8C7F-FF258A401...