[請益] 關於檔案類型
if (($Picture_type == "application/x-zip-compressed")
|| ($Picture_type == "application/msword")) {
以上是小弟找到的上傳程式的片段,
也就是只能上傳zip和doc檔
小弟想將此程式修改為所有檔案類型均可以上傳
請問要如何修改呢?
後來也搜尋到一些相關資訊如下
但是我改了老半天,似乎都起不了作用
我對程式很外行
$registered_types = array(
"application/x-gzip-compressed" => ".tar.gz, .tgz",
"application/x-zip-compressed" => ".zip",
"application/x-tar" => ".tar",
"text/plain" => ".html, .php, .txt, .inc (etc)",
"image/bmp" => ".bmp, .ico",
"image/gif" => ".gif",
"image/pjpeg" => ".jpg, .jpeg",
"image/jpeg" => ".jpg, .jpeg",
"application/x-shockwave-flash" => ".swf",
"application/msword" => ".doc",
"application/vnd.ms-excel" => ".xls",
"application/octet-stream" => ".exe, .fla (etc)"
);
?>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.64.151.44
推
02/04 11:26, , 1F
02/04 11:26, 1F
推
02/04 11:41, , 2F
02/04 11:41, 2F
推
02/05 00:50, , 3F
02/05 00:50, 3F
→
02/05 00:51, , 4F
02/05 00:51, 4F
PHP 近期熱門文章
PTT數位生活區 即時熱門文章