Hi,

If you are using Embperl, take the formdata out of the hash %fdat. In case
you don't use Embperl you are on the wrong mailing list, but I would suggest
using CGI.pm.

Gerald

P.S. Your browser is only able to send in the two formats you described, not
the one you like to have.

> 
> If one of you could please help me, I would GREATLY 
> appreciate it.  If this is even possible.  I have a form and 
> I need it to send data that is formatted.  I thought you used 
> enctype to do that, but I seem to not have the right enctype. 
>  Or something.  Here is what I get when I used 
> multipart/form-data, I get this:
>  
> -----------------------------7d5bb124024e
> Content-Disposition: form-data; name="name"
>  
> Reta Test
> -----------------------------7d5bb124024e
> Content-Disposition: form-data; name="address"
>  
> 1548 Harkey Lane
> -----------------------------7d5bb124024e
> Content-Disposition: form-data; name="address2"
>  
> Appt 4B
> -----------------------------7d5bb124024e
> Content-Disposition: form-data; name="city"
>  
> Kanooky
> -----------------------------7d5bb124024e
> Content-Disposition: form-data; name="state"
>  
> Kansas
> -----------------------------7d5bb124024e
> Content-Disposition: form-data; name="zip"
>  
> 98754
> -----------------------------7d5bb124024e
> Content-Disposition: form-data; name="phone"
>  
> 806-987-9874
> -----------------------------7d5bb124024e
> Content-Disposition: form-data; name="fax"
>  
> 806-687-5789
> -----------------------------7d5bb124024e
> Content-Disposition: form-data; name="email"
>  
> [EMAIL PROTECTED]
> -----------------------------7d5bb124024e-
>  
> when I use plain/text, I get this:
>  
> name=Reta+Test&address=1029+Test+Lane&address2=&city=Kanooky&s
> tate=Kansas&zip=98754&phone=806-987-9874&fax=806-687-5789&emai
> [EMAIL PROTECTED]
>  
> I need it to do something like this:
>  
> Name: Reta
> Address: 1029 Test Address
>  
> Etc.  
>  
> Is there any way to do this, or am I just dreaming?  Any help 
> would be greatly appreciated.  Even if it is to say you can't do that.
>  
> Thanks So much!!!
>  
> Sincerely,
>  
> Reta
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to