Hi,
I am using a registered version of JFileUpload. I am trying to upload files and i get the following error
fileupload.transfer.client.http.builtin.HTTPUploadTransfer getRelativeFilename INFO: Absolute path is from root directory .... Aug 17, 2009 1:03:31 PM jfileupload.transfer.client.http.builtin.Method createHTTPConnection INFO: Setting Connection Timeout Aug 17, 2009 1:03:31 PM jfileupload.transfer.client.http.builtin.Method createHTTPConnection INFO: Connection Timeout setted Aug 17, 2009 1:03:31 PM jfileupload.transfer.client.http.builtin.HTTPTransfer headInfo INFO: Head Status code = 400 Aug 17, 2009 1:03:31 PM jfileupload.transfer.client.http.builtin.HTTPUploadTransfer splitAndTransfer SEVERE: jfileupload.transfer.client.core.ClientException?: server error Aug 17, 2009 1:03:31 PM jfileupload.transfer.client.edesign.UploadProgress? transferCompleted INFO: transferCompleted: source -> C:\Documents and Settings\karin.landes\My Documents\My Videos\Kevin AFS2.AVI Aug 17, 2009 1:03:31 PM jfileupload.transfer.client.mdesign.ProgressPanel? transferCompleted INFO: TRANSFER COMPLETED ... Aug 17, 2009 1:03:31 PM jfileupload.transfer.client.http.builtin.HTTPUploadTransfer process INFO: Marking upload completed for C:\Documents and Settings\karin.landes\My Documents\My Videos\Kevin AFS2.AVI Aug 17, 2009 1:03:31 PM jfileupload.transfer.client.edesign.UploadProgress? transferDone INFO: transferCompleted: done Aug 17, 2009 1:03:31 PM
This does not happen always. I got this error when the upload was about 90% completed.
Any help with the same is highly appreciated.
Status Code 400 ErrorRe: Status Code 400 ErrorHTTP 400 means Bad Request. Your server doesn't accept the upload request. It should always happen or never if it was a corrupted request. It may be a problem with web server configuration and file size. How large is the file uploaded? Does it happen for small files?
Re: Status Code 400 ErrorI am trying to upload a large avi file of around 700MB which is chopped into chunks. It had 63 chunks to upload but got this 400 error on 37th chunk.
Re: Status Code 400 ErrorAnd if you try again, does it stop on 37th again or ?
Re: Status Code 400 ErrorIf i try again it works. But I get this error again, there is no specific chunk at which it stops. It randomly stops and the upload freezes.
Re: Status Code 400 ErrorThe problem is on server-side. Are you using JSP, PHP or ASP.NET upload?
Re: Status Code 400 ErrorI am using a JSPUpload
Re: Status Code 400 ErrorOk, and you're using it with TOMCAT? Also, do you have a web server before TOMCAT? Such as Apache or IIS?
|