I Agree You should be debugging the code in doPut method..more specifically.. protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, //be mindful that if you get a java.io.IOException you cannot see the file.. OR if your client sees a HTTP 501 then you have a content error (maybe its expecting text/html when the actual file is text or binary or whatever)
Martin -- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Leon Rosenberg" <[EMAIL PROTECTED]> To: "Tomcat Users List" <users@tomcat.apache.org> Sent: Wednesday, June 21, 2006 2:16 PM Subject: Re: file upload speed. > sorry, maybe i'm misunderstand a whole bunch of things here, but what > exactly is your "appropriate url"? > > I mean, you can test download speed by accessing your own servlet or > even static content, ok, but you can't upload anything without having > a receiver for it. > > leon > > On 6/21/06, CMSuser <[EMAIL PROTECTED]> wrote: >> >> >> Leon Rosenberg-3 wrote: >> > >> > I ment rather how do you handle the upload in tomcat? >> > >> I have not written any custom "upload handlers" on the web server side. I >> just give the appropriate url to the "put client" and it's done. >> >> >> >> -- >> View this message in context: >> http://www.nabble.com/file-upload-speed.-t1816944.html#a4974353 >> Sent from the Tomcat - User forum at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To start a new topic, e-mail: users@tomcat.apache.org >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >