I am using multipart/form-data uploads with post along
with input fields successfully in 2.1dev.  What
version are you using?  Can you confirm that the
parameters are not there by changing your form to
submit to the request generator example, just for
debugging purposes?  Also, can you confirm that your
file is being saved to disk?

Geoff Howard

--- Volker Schneider <[EMAIL PROTECTED]>
wrote:
> Dear colleagues,
> 
> if have a form and I want to upload a file from that
> form. When I define my
> form as
> 
> <form name="form2" enctype="multipart/form-data"
> method="post">
> 
> the ordinary input fields will not be transferred.
> 
> When I use method="get" it works. Unfortunately I
> have to use the "post"
> method because I have to transfer a lot of data and
> I'm not sure, whether
> this is possible with the "get" method (because of
> limited URL length).
> 
> Splitting the form is not possible, because I need
> the rest of the data too.
> 
> Please help me, what can I do?
> 
> Thank you, best regards
> - Volker -
> 
> 
>
---------------------------------------------------------------------
> Please check that your question  has not already
> been answered in the
> FAQ before posting.    
> <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:    
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:  
> <[EMAIL PROTECTED]>
> 


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to