You have some restriction on the size of the data u send
through GET method.. like i remember it as 256Kb or so.
So if u r sending data larger than this limit ...u need to use the post
method

/sagar
----- Original Message -----
From: "Mag" <[EMAIL PROTECTED]>
To: "Greg Donald" <[EMAIL PROTECTED]>; "php php"
<[EMAIL PROTECTED]>
Sent: Monday, October 18, 2004 7:59 AM
Subject: Re: [PHP] cacheing problem


> Hi,
> I dont really have a problem in converting from POST
> to GET but the html FILE box does not post its
> variables if it is not in POST
>
> eg:
> <input type=file name=upload>
>
> if you do a submit with $_GET the $_FILES array will
> be "" or not existant
>
> How to pass that?
>
> Thanks,
> Mag
>
>
> --- Greg Donald <[EMAIL PROTECTED]> wrote:
>
> > On Sun, 17 Oct 2004 17:16:09 -0700 (PDT), Mag
> > <[EMAIL PROTECTED]> wrote:
> > > Warning: Page has Expired
> >
> > You can use the GET method instead of POST in your
> > form if that's appropriate.
> >
> >
> > --
> > Greg Donald
> > Zend Certified Engineer
> > http://gdconsultants.com/
> > http://destiney.com/
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
> =====
> ------
> - The faulty interface lies between the chair and the keyboard.
> - Creativity is great, but plagiarism is faster!
> - Smile, everyone loves a moron. :-)
>
>
>
> _______________________________
> Do you Yahoo!?
> Declare Yourself - Register online to vote today!
> http://vote.yahoo.com
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>

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

Reply via email to