Hello,

Thanks a lot for your answer! I am suprprised that HTTPClient then does
not give an error message!

I will take a look at FileUpload!

Thanks again.

Geir Ove

-----Original Message-----
From: Markus Schönhaber [mailto:[EMAIL PROTECTED] 
Sent: 20. januar 2006 17:33
To: Tomcat Users List
Subject: Re: MultipartFileUploadApp succeeds uploading file - but not
upploaded


Geir Ove Skjaervik wrote:
> I am running Tomcat 5.5 locally on my computer under Windows XP Pro. I

> am trying to upload a simple 1 line text file to the server to a 
> directory called "uploads" located directly under ROOT.
>
> I am uses the Jakarta HTTPClient and the MultipartFileUploadApp 
> example to do this. The "uploads" directory is not username / password
> protected:  I have successfully downloaded contents of files from this

> directory using a simple Http Connection in a Java program.
>
> MultipartFileUploadApp says the upload succeded, and returns the 
> Server
> (Tomcat) response which is simply Html that lists the contents of the
> "uploads" directory: It does NOT contain the file I tried to uplad.
> Checking the directory in the FIle Explorer confirms the file is not
> there.

To make uploads work you'll have to provide the appropriate
functionality on 
the server side - for example create a servlet that handles the upload.
You 
might want take a look at http://jakarta.apache.org/commons/fileupload/

Regards
  mks

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




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

Reply via email to