简体   繁体   English

用php上传照片

[英]upload a photo with php

i am trying to upload a photo in php using the above code. 我正在尝试使用上述代码在php中上传照片。 When i upload any txt file everything is fine. 当我上传任何txt文件时,一切都很好。 When i upload a photo it stop working.I read this http://www.sitepoint.com/upload-large-files-in-php/ and i changed this on php.in 当我上传照片时,它停止工作。我阅读了此http://www.sitepoint.com/upload-large-files-in-php/,并在php.in上对此进行了更改

php_value upload_max_filesize 10M  
php_value post_max_size 10M  
php_value max_input_time 300  
php_value max_execution_time 300  

but nothing changed. 但是什么都没有改变。 I am using Uniform server. 我正在使用统一服务器。 Anyone who knows what i am doing wrong? 有人知道我在做什么错吗?

首先检查文件夹权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM