level 7
$_FILES接受不到MP3文件的东西 只能接到name
要开启什么 我只知道rar和zip怎么开 MP3叫什么名字
2012年10月04日 05点10分
1
level 13
wape 是啥? 还有你上传的错误代码是什么? FILES的error代码
2012年10月04日 07点10分
3
level 7
wamp 不是错误 是得不到文件的临时地址 错误代码 等 都没显示
2012年10月04日 07点10分
5
level 13
Array
(
[file] => Array
(
[name] => 海楠 - 爱啦啦.mp3
[type] => audio/mpeg
[tmp_name] => C:\Windows\TEMP\php2D5A.tmp
[error] => 0
[size] => 2815052
)
)
贴上来这个信息
2012年10月04日 07点10分
7
level 5
当心表单里面的文件大小限制。
<input type="hissen" name="MAX_FILE_SIZE" VALUE="你想要限制的文件的大小">
2012年10月04日 08点10分
8