博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to enable upload progress in Drupal
阅读量:5771 次
发布时间:2019-06-18

本文共 756 字,大约阅读时间需要 2 分钟。

hot3.png

This is the usual warning displayed in status report:
Upload progress    Not enabled
Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library (preferred) or to install APC.
These instructions advise on how to install the PHP extension 
PECL-uploadprogress
 in 
FreeBSD 
8.1.  As usual, make sure that your ports collection is up to date.  Also, these need to be run using sudo command (preferred) or as root.
cd /usr/ports/devel/pecl-uploadprogress
make install clean
/usr/local/sbin/apachectl graceful
The last command tells the Apache server to reload the configuration in order to enable the new PHP extension.

转载于:https://my.oschina.net/u/187928/blog/34538

你可能感兴趣的文章
上位机和底层逻辑的解耦
查看>>
关于微信二次分享 配置标题 描述 图片??
查看>>
springcloud使用zookeeper作为config的配置中心
查看>>
校园火灾Focue-2---》洗手间的一套-》电梯
查看>>
css控制文字换行
查看>>
bzoj1913
查看>>
【转】对于HttpClient和HtmlUnit的理解
查看>>
L104
查看>>
分镜头脚本
查看>>
链表基本操作的实现(转)
查看>>
邮件发送1
查看>>
[转] libcurl异步方式使用总结(附流程图)
查看>>
编译安装LNMP
查看>>
[转]基于display:table的CSS布局
查看>>
crm 02--->讲师页面及逻辑
查看>>
AS3.0 Bitmap类实现图片3D旋转效果
查看>>
Eigen ,MKL和 matlab 矩阵乘法速度比较
查看>>
带三角的面包屑导航栏(新增递增数字)
查看>>
Web应用程序安全与风险
查看>>
codeforces 984 A. Game
查看>>