Hi!

It looks like that:
<form method="post" action="submit.php" enctype="multipart/form-data">

I tried shifting around the enctype, but it did not help. The http_post_vars
is always empty. Only if I remove it, everything works. There seem to be
many guys having the same problem, I did search for it at deja, but I did
not find a solution. Look here for example:
http://groups.google.com/groups?hl=en&threadm=B8B6599D.A88%25mnc%40stoic.net

thanks
mike

> -----Original Message-----
> From: Jason Wong [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 07, 2002 12:04 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] multipart/form-data
>
>
> On Tuesday 07 May 2002 18:01, Michael Ransburg wrote:
> > Hi!
> >
> > Everytime I add enctype="multipart/form-data" to my <form> tag the
> > $HTTP_POST_VARS is empty. If I remove it, everything works.
> I need the
> > multipart/form-data because I'm doing a file upload as part
> of my form.
>
> What does your form tag look like?
>
>  <form ... ??? ...>
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications
> Development *
>
> /*
> The best thing that comes out of Iowa is I-80.
> */
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.330 / Virus Database: 184 - Release Date: 28.02.2002
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 28.02.2002



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

Reply via email to