Re: [請益] 使用 ftp_put() 上傳問題
※ 引述《windharry (魔鬼的抖音)》之銘言:
: 請問各位,使用ftp_put() 上傳檔案時,有檔案大小的預設嗎?
: 我試著用這函式傳超過 10MB的檔案到FTP上,但是一直傳不上去。
: 傳5MB就可以,然後對照這著看FTP log檔顯示,有登入但是很快就離線了,
: 超過10MB就沒有傳送檔案的動作了,
: 是否是因為 用網頁上傳時 檔案大一點時,lag的時間過長,就會跳掉。
不知道是否有用的 POST...
剛剛也用上傳了一下... 不過用的是 html 的 <input type=file>
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
;;;;;;;;;;;;;;;;
; 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 = D:\cache\ ; temporary directory for HTTP uploaded
files (will use system default if not specified)
; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
--
Live Long and Prosper
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.67.13.189
推
11/08 00:32, , 1F
11/08 00:32, 1F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
PHP 近期熱門文章
PTT數位生活區 即時熱門文章