At 01:26 PM 16/02/2004 -0500, you wrote:
> 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.
coming into the middle of the conversation here but check php.ini. It has some conservative limits in it which seem to override other settings as I recall. We had a terrible time getting uploading to work innitially.
file: /etc/httpd/php.ini ;upload_max_filesize = 2097152 ; 2 Meg default limit on file uploads upload_max_filesize = 22020096 ; 21 Meg limit on file uploads set by PDC --------------------------------- William J.A. Brillinger Precision Design Co. E-Mail: mailto:billy@xxxxxxxxxx Web site: http://www.pdcweb.net