[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP upload on RAQ4
- Subject: Re: [cobalt-users] PHP upload on RAQ4
- From: "Kham Vue" <kvue@xxxxxxxxxxx>
- Date: Mon Feb 16 10:29:00 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Is the upload.php the name of the page you are actually calling this
script?
> If not then it is not passing any variables over to it.
> Dont forget that if this is just one of a series of images then you need
to
> reference them as an array variable;
>
> <input name="imgfile[]" type="file" size="40" maxlength="100">
>
> Phil
>
It's just 1 file I'm trying to upload. I tested the upload script on my
redhat test server and it works -- it's able to upload. But on the RAQ
server, it doesn't. Same script. On the RAQ, there's no temp file.