no, I got that...

----- Original Message ----- 
From: "Diethelm Guallar, Gonzalo" <[EMAIL PROTECTED]>
To: "'Turbine'" <[EMAIL PROTECTED]>
Sent: Friday, January 12, 2001 7:00 AM
Subject: RE: "input text" with "enctype=multipart/form-data"


> I think you need to add
>  
>   services.TurbineUploadService.automatic=true
> 
> to your TR.props. That way, files will be
> automatically uploaded (you won't need to do
> anything at all in your code) and regular fields
> will be also available to you.
>  
> 
> 
> --
> Gonzalo A. Diethelm
> [EMAIL PROTECTED]
> 
> 
>  
> 
> -----Original Message-----
> From: klos [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 12, 2001 6:11 PM
> To: [EMAIL PROTECTED]
> Subject: "input text" with "enctype=multipart/form-data"
> 
> 
> Hi,
> 
> I have the following problem with enctype="multipart/form-data":
> 
> In one form I have ''input files and ''input text" elements, 
> 
> * the files I get perfectly with pp.getFileItems("filename")[0]  
> * I can't get the the text parameters,
> pp.getStrings("prodnr") or pp.getString("prodnr") returns nothing.
> 
> what is this...
> 
> Thanx
> 
> Christiaan ten Klooster
> 
> 
> 
> 
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to