[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP Upload
- Subject: Re: [cobalt-users] PHP Upload
- From: "oxfordmusic.net" <lists@xxxxxxxxxxxxxxx>
- Date: Mon Sep 29 02:34:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> Mmm, thanks for that.
>
> I've been through the documentation and also my php.ini file, and although
I
> have reference to upload_max_filesize and upload_tmp_dir i dont have any
> where in the script file_uploads.
>
> Where would i put this?
>
> regards.
>
> Mark
>
> file_uploads boolean
> Whether or not to allow HTTP file uploads. See also the
upload_max_filesize,
> upload_tmp_dir, and post_max_size directives.
>
this is what i've got:
;;;;;;;;;;;;;;;;
; 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 =
; i set this per site via httpd.conf
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M