[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PHP Upload



>
> 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