Re: How to upload a file???

2002-06-04 Thread Andrew Timberlake
Anurag In Cocoon's default state it should already handle the uploads transparently for you. Cocoon has two RequestWrappers which handle all uploads and save the files to a location which by default is (Assuming Tomcat) /Work/Standalone/localhost/cocoon/cocoon-files/upload-dir You can configure t

RE: How to upload a file???

2002-06-04 Thread Christopher Watson
Manish > -Original Message- > From: manish [mailto:[EMAIL PROTECTED]] > Sent: 04 June 2002 10:08 > To: [EMAIL PROTECTED] > Subject: How to upload a file??? > > > Hello All, > How can I upload a file from browser to server using cocoon. > I am using the f

RE: How to upload a file???

2002-06-04 Thread Graaf, Edgar de (fin)
Set 'upload-directory' in web.xml. Use: where upload is its self -Oorspronkelijk bericht- Van: manish [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 4 juni 2002 11:08 Aan: [EMAIL PROTECTED] Onderwerp: How to upload a file??? Hello All, How can I upload a file from

Re: How to upload a file???

2002-06-04 Thread Andrew Timberlake
Anurag In Cocoon's default state it should already handle the uploads transparently for you. Cocoon has two RequestWrappers which handle all uploads and save the files to a location which by default is (Assuming Tomcat) /Work/Standalone/localhost/cocoon/cocoon-files/upload-dir You can configure t

How to upload a file???

2002-06-04 Thread manish
Hello All, How can I upload a file from browser to server using cocoon. I am using the following syntax... please let me know how to include this tag on cocoon side to accept file type data from anurag - Please check that