Re: Why is FTP upload failing?
- From: Andy Hassall <andy@xxxxxxxxxxx>
- Date: Tue, 14 Nov 2006 23:44:31 +0000
On 14 Nov 2006 15:28:58 -0800, "clashers5@xxxxxxxxx" <clashers5@xxxxxxxxx>
wrote:
My php.ini file has an entire section dedicated to file uploads:
-------->>CODE<<--------
;;;;;;;;;;;;;;;;
; 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 =
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
-------->>END CODE<<--------
That's for HTTP file uploads which PHP would receive and process from a client
- not FTP file uploads which PHP may initiate to another server, but wouldn't
typically process itself (you'd have to be running an FTP daemon written in PHP
which would be unusual).
--
Andy Hassall :: andy@xxxxxxxxxxx :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
.
- References:
- Why is FTP upload failing?
- From: laredotornado@xxxxxxxxxxx
- Re: Why is FTP upload failing?
- From: Joseph Dougherty
- Re: Why is FTP upload failing?
- From: laredotornado@xxxxxxxxxxx
- Re: Why is FTP upload failing?
- From: clashers5@xxxxxxxxx
- Why is FTP upload failing?
- Prev by Date: Is there some magic in building php for arm?
- Next by Date: Re: Why is FTP upload failing?
- Previous by thread: Re: Why is FTP upload failing?
- Next by thread: Re: Why is FTP upload failing?
- Index(es):
Relevant Pages
|
|