[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP Upload
- Subject: Re: [cobalt-users] PHP Upload
- From: "ISEE Multimedia" <mail@xxxxxxxxxxxxxxxxxxx>
- Date: Fri Sep 26 19:26:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> > 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.