On Thursday 03 April 2003 22:30, Michael Arena wrote:

> I just checked the directory that I specified for temporary uploads
> (/tmpuploads) and there is nothing there which leads me to believe the file
> isn't getting uploaded. 

I'm not sure *how* you're checking that there's nothing there but please read 
the chapter in the manual about file uploads (yes all of it) and note that 
uploaded files are deleted upon termination of the script.

> Does the PHP code look ok? I suspect there's
> something in there that's not right.

OK, you said on the RAQ server you don't get an attachment, have you checked 
that:

 if (is_uploaded_file($fileatt))

is true?

> I could email you a copy of my PHP.ini file 

No thank you.

> if you want to check that out
> as well because I didn't see anything in there called file_upload.

Make sure your php.ini has the following line

file_uploads = On

Also make sure you're not uploading any files that are exceeding the limits 
set in php.ini (see manual for the relevant config settings which governs 
this).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
spagmumps, n.:
        Any of the millions of Styrofoam wads that accompany mail-order items.
                -- "Sniglets", Rich Hall & Friends
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to