RE: File upload fails

2009-01-09 Thread Peter Crowther
> From: Alan Chaney [mailto:a...@compulsivecreative.com] > I assume that as you are using MSIE > then your dev. system is a PC? I develop on linux and don't > know of any particular network monitor to recommend. Wireshark again - http://www.wireshark.org/download.html has Windows downloads. Love

Re: File upload fails

2009-01-08 Thread Alan Chaney
javacle wrote: The file is about 30Mbytes .. I get the same error uploading from the office on the same LAN as the server. Ok - not likely to be a problem with the remote connection, then. What do you see in your browser when the upload fails? Have you got any browser debugging - if you are

Re: File upload fails

2009-01-08 Thread javacle
The file is about 30Mbytes .. I get the same error uploading from the office on the same LAN as the server. Browser is (I think) always MSIE 6 .. but maybe sometimes Mozilla .. that's something to check. I will look into wireshark. Alan Chaney wrote: > > How big is the file? > > "Connection

Re: File upload fails

2009-01-08 Thread Alan Chaney
How big is the file? "Connection reset" is commonly caused by the the client dropping the connection. This could be because of connectivity problems - for example, issues with the clients ISP. I have had problems with specific browsers over this as well (our site has dozens of large mpeg and

Re: file upload

2008-09-08 Thread Juha Laiho
Silvio Rainoldi wrote: > When I try to write a file in a folder in the server I get this error: > > org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing > of multipart/form-data request failed. /home/www/virtual/test/images/htdocs/ > flyers/upload_1ed3f2d1_11c313f7288__80

Re: file upload servlet

2008-02-27 Thread Kimberly Begley
ah - ok - thanks for clearing that up. On Thu, Feb 28, 2008 at 4:59 PM, Bob Hall <[EMAIL PROTECTED]> wrote: > > --- 10:07PM Wed 27 Feb 2008 Kimberly Begley > <[EMAIL PROTECTED]> wrote: > > > Hi - I'm trying to compile come java code to upload > > a file but am getting > > errors - it looks like i

Re: file upload servlet

2008-02-27 Thread Bob Hall
--- 10:07PM Wed 27 Feb 2008 Kimberly Begley <[EMAIL PROTECTED]> wrote: > Hi - I'm trying to compile come java code to upload > a file but am getting > errors - it looks like it can't find the > javax.servlet stuff to import and > from what I've read online everyone talks about > having the direct

Re: file upload speed.

2006-06-22 Thread Maurice Yarrow
Sorry, Tomcat users - just a correction to technical wording: In previous, meant: "asymmetric " configuration of total bi-directional bandwidth Maurice Maurice Yarrow wrote: Hello Tomcat users I am using TC 5.0.28 on a machine with an AMD Athlon 3000+ (not particularly strong, by current st

Re: file upload speed.

2006-06-22 Thread Maurice Yarrow
Hello Tomcat users I am using TC 5.0.28 on a machine with an AMD Athlon 3000+ (not particularly strong, by current standards) I use an applet for uploading, which uses (pretty much) something like httpsOutput = httpsUrlCon.getOutputStream(); OutputStream bos = new BufferedOutputStream( httpsOut

Re: file upload speed.

2006-06-22 Thread CMSuser
Leon Rosenberg-3 wrote: > > oh... then its magic... > > ok i've tried it: > > [EMAIL PROTECTED]:~$ curl -T xxx.txt http://localhost:8000/xxx/ > Apache Tomcat/5.5.16 - Error > report