PHP Developer Channel :: 討論園地

您尚未登入。

#1 2005-04-03 11:00:19

我喜歡電腦
New member
註冊日期: 2005-04-03
文章數: 1

[求助]PHP檔案上傳設定

我在PHP資訊站看到PHP檔案上傳教學的文章....我是已經會設定PHP檔案上傳的設定網頁....但是我有一樣不懂耶....PHP.INI裡的

程式碼:

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =C:\temp

; Maximum allowed size for uploaded files.
upload_max_filesize =

中的''upload_max_filesize ''是要填MB還是Byte的數字阿!?

離線

 

#2 2005-04-05 02:54:11

sherman
New member
註冊日期: 2005-03-31
文章數: 1

Re: [求助]PHP檔案上傳設定

可由你下單位, 例如: upload_max_filesize = 4M

離線

 

論壇頁尾

Web Hosting
PHP Developer Channel
Powered by PunBB 1.2.9
© Copyright 2002–2005 Rickard Andersson