查看: 872|回复: 8
|
PHP, upload file failed
[复制链接]
|
|
请问为什么当我要load file (less than 512K, or less than 1 mb) IE appear with error.??
小弟之前还能够upload upto 2MB的文件。可是最近不知为啥不能够。。。
已经查了,php.ini 里面是set as max uploadlimit- 8MB。
请问,还有什么我需要检查的呢??????
btw, the code we coded by myself. |
|
|
|
|
|
|
|

楼主 |
发表于 16-10-2007 02:02 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 16-10-2007 02:11 PM
|
显示全部楼层
有个syntax 是控制file size 的吧。
没看到你的源码怎知道是什么一回事 |
|
|
|
|
|
|
|
发表于 17-10-2007 12:42 AM
|
显示全部楼层
你的code 有没有resize the pic? |
|
|
|
|
|
|
|

楼主 |
发表于 19-10-2007 09:10 AM
|
显示全部楼层
可是我的连.doc or .xls 大过200k都不会过。。。 |
|
|
|
|
|
|
|
发表于 19-10-2007 09:51 AM
|
显示全部楼层
file type 也会是个问题哦。。。 检查你的coding 吧。 |
|
|
|
|
|
|
|
发表于 3-11-2007 01:38 PM
|
显示全部楼层
回复 #6 vampcheah 的帖子
php.ini set:
max_execution_time = 120 ; Maximum execution time of each script, in seconds
or
set_time_limit(3000);//in your script |
|
|
|
|
|
|
|

楼主 |
发表于 8-11-2007 04:11 PM
|
显示全部楼层
可是我的 max_execution_limit = 1600。。。。。
coding 我想因该没什么大问题,因为之前1.8MB都可以,只是突然间不可以了。。。。现在只能upload not more than 200K。。。不知道为什么。。。 |
|
|
|
|
|
|
|
发表于 8-11-2007 10:40 PM
|
显示全部楼层
回复 #8 凡人,烦人? 的帖子
也试看加大
post_max_size
upload_max_filesize 吧。
[ 本帖最后由 TomyamKing 于 8-11-2007 10:46 PM 编辑 ] |
|
|
|
|
|
|
| |
本周最热论坛帖子
|