Posted by Andy Hassall on 11/14/06 23:44
On 14 Nov 2006 15:28:58 -0800, "clashers5@gmail.com" <clashers5@gmail.com>
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@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|