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

Re: [cobalt-users] PHP Upload



>
> > Hi All,
> >
> > Whats the best way to enable php upload on a RAQ 4.
> >
> > Thanks in advance
> >
>
> http://uk2.php.net/features.file-upload
>
> it's enabled in PHP4 by default. you need to watch out for various php.ini
> directives but that's about it.
>
> andy
>

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.