On Tuesday 07 January 2003 03:26, Don wrote:
> Hi,
>
> I'm using a mailer class that allows for external file attachments.  I was
> using the test:
>
> if ($HTTP_POST_FILES[$val]['size']) {
>
> Which worked fine.  However, I wanted something more generic that works for
> POST or GET 

How do you mean more generic? I don't think you can upload using GET anyway.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Necessity hath no law.
                -- Oliver Cromwell
*/


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

Reply via email to