Search found 82 matches

by vlad
Mon Jul 20, 2009 8:43 pm
Forum: JFileUpload
Topic: Feature request (resume + chunks)
Replies: 16
Views: 29103

Feature request (resume + chunks)

Hi,

I would really like to see the "resume" parameter working with the chunked uploads.
The server could return the id/number of the last successfully uploaded chunk and the applet would then continue the upload from that chunk.

Regards,

Vlad
by vlad
Mon Jul 20, 2009 2:00 pm
Forum: JFileUpload
Topic: Retry
Replies: 7
Views: 11375

Re: Retry

It is really important to get this fixed in a timely manner. I hope you understand. Here is the last part of the console log: [INFO] HTTPUploadTransfer - Upload completed [INFO] HTTPUploadTransfer - Split started 48/49 [INFO] HTTPUploadTransfer - Split completed 48/49 [ERROR] HTTPUploadTransfer - ja...
by vlad
Sat Jul 18, 2009 11:35 am
Forum: JFileUpload
Topic: Retry
Replies: 7
Views: 11375

Re: Retry

Yes. If the "retry" parameter is not set, the transfer simply stops (being interrupted by various networking reasons).
This error that I'm getting is making the "retry" parameter pretty useless, as the file doesn't get transferred completely.
by vlad
Fri Jul 17, 2009 1:55 pm
Forum: JFileUpload
Topic: Retry
Replies: 7
Views: 11375

Retry

Hi, I'm using the chunked HTTP upload with the "retry" parameter set to "3". If one chunk fails ( [ERROR] HTTPUploadTransfer - java.net.SocketException: Connection reset by peer: socket write error ) and the applet has to retry the transfer, at the last chunk the applet fails with the following erro...
by vlad
Wed Jun 10, 2009 8:33 pm
Forum: JFileUpload
Topic: Cancelling...
Replies: 14
Views: 25293

Re: Cancelling...

I'm having the same issue. Could you please have a look at this log, perhaps you can notice some problem: [DEBUG] header - >> "POST /download/? HT*TP/1.1[\r][\n]" [DEBUG] Ht*tpMethodBase - Adding Host request header [DEBUG] header - >> "User-Agent: JFileUpload[\r][\n]" [DEBUG] header - >> "Host: mys...
by vlad
Thu Apr 23, 2009 8:20 am
Forum: JFileUpload
Topic: HTTP Basic authentication issue
Replies: 3
Views: 8333

Re: HTTP Basic authentication issue

Yes, I have enabled it.
Passing the "username" and "password" parameters allows the upload to work fine. But I need the user to be prompted, as the password may change.
by vlad
Wed Apr 22, 2009 9:43 am
Forum: JFileUpload
Topic: HTTP Basic authentication issue
Replies: 3
Views: 8333

HTTP Basic authentication issue

Hi, I'm having troubles uploading files to a password protected URL. Could you please tell me what happens, based on the following console log: [DEBUG] HttpConnection - Open connection to localhost:80 [DEBUG] header - >> "HEAD /script.php HTT/P/1.1[\r][\n]" [DEBUG] HttpMethodBase - Adding Host reque...
by vlad
Thu Jan 22, 2009 3:11 am
Forum: JFileUpload
Topic: How do direct the uploaded files to a specific temp folder?
Replies: 4
Views: 9551

Re: How do direct the uploaded files to a specific temp folder?

Sorry, not in my area of expertise, I'm a PHP developer ;) Good luck with that!
by vlad
Thu Jan 22, 2009 3:09 am
Forum: JFileUpload
Topic: SSL issue [Solved]
Replies: 4
Views: 9687

Re: SSL issue

It seems that the problem was caused by an incorrect HTTPS certificate installation.
This was the applied solution that worked: http://groups.google.com/group/google-c ... 3127?pli=1, in case other people experience this.

Thanks for the help!
by vlad
Thu Jan 22, 2009 3:00 am
Forum: JFileUpload
Topic: How do direct the uploaded files to a specific temp folder?
Replies: 4
Views: 9551

Re: How do direct the uploaded files to a specific temp folder?

That depends on the server side script that you are using to process the upload.