PHP的文件上传功能,需要在php.ini配置当中,开启哪项功能?() A.display_errors=onB.file_uploads=onC.short_open_tag=OnD.以上都不正确
PHP的文件上传功能,需要在php.ini配置当中,开启哪项功能?()
A.display_errors=on
B.file_uploads=on
C.short_open_tag=On
D.以上都不正确
相关考题:
PHP的配置文件中,除了php.ini文件还有哪两个文件?() A.php.ini-distB.php.ini-recommendetC.httpd.confD.smarty.class.php
PHP中关于上传文件的说法中正确的有()。 A.在php.ini配置中必须要开启file_uploads=On功能B.在上传表单标记中,必须要有enctype=multipart/form-data属性C.必须用get方法进行上传D.以上说法都正确
在RHEL5系统中,通过源码编译的方式构建php环境时“./configure”的()选项用于设置php.ini配置文件存放的路径。() A.--enable-mbstringB.--with-apxs2C.--with-mysqlD.--with-config-file-path
只要在vsftpd 的主配置文件中配置允许匿名用户上传权限,就能使匿名用户上传文件到FTP 服务器。