Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Adams  
#1 Posted : Monday, March 9, 2015 7:52:43 PM(UTC)
Adams

Rank: Newbie

Groups: Member
Joined: 2/4/2015(UTC)
Posts: 9

Dear sir:

I test ActiveX/Java Uploader on my server (apapche + php) . It is ok for testing auto recovery with IE, but it is not ok for Chrome + JAVA.
When I reconnect network, uploading resend from 0 byte when using Chrome + JAVA6,7,8 on windows.

My test configure:

Code:
$uploader->getUploadSettings()->setAutoRecoveryMaxAttemptCount(200);
$uploader->getUploadSettings()->setAutoRecoveryTimeout(20000);
$uploader->getUploadSettings()->setFilesPerPackage(1);
$uploader->getUploadSettings()->setChunkSize(10485760);
$uploader->getUploadSettings()->setConnectionTimeout(20000);

Edited by moderator Thursday, June 11, 2015 7:34:14 PM(UTC)  | Reason: Not specified

Dmitri  
#2 Posted : Wednesday, March 11, 2015 9:26:40 PM(UTC)
Dmitri

Rank: Advanced Member

Groups: Member
Joined: 6/10/2013(UTC)
Posts: 34

Was thanked: 1 time(s) in 1 post(s)
Hi Adams,

What is the size of your test file, and at what moment you break off the network?

Edited by user Wednesday, March 11, 2015 9:28:02 PM(UTC)  | Reason: Not specified

Best regards,
Dmitri Vorobyov
Adams  
#3 Posted : Wednesday, March 11, 2015 9:40:27 PM(UTC)
Adams

Rank: Newbie

Groups: Member
Joined: 2/4/2015(UTC)
Posts: 9

My testing file is 52MB,and I break the network when upload size over 10MB.
Auto-Recovery is work when using IE, but it is not work using chrome + Java. I test the problem by different 3 pc/nb, but get the same result.
Kate D.  
#4 Posted : Tuesday, February 2, 2016 3:21:14 AM(UTC)
Kate D.

Rank: Advanced Member

Groups: Member
Joined: 10/20/2015(UTC)
Posts: 52

Was thanked: 14 time(s) in 13 post(s)
Hi Adams,

We have released new Upload Suite 8.5.49
 
You can get the new version here: http://www.aurigma.com/downloads/upload-suite

We have added the new ability to restoring broken uploads automatically in the HTML5 Uploader.

We have added the following properties:

uploadSettings.autoRecoveryMaxAttemptCount (http://www.aurigma.com/docs/us8/FH_P_Aurigma_ImageUploaderFlash_UploadSettings_AutoRecoveryMaxAttemptCount.htm)
uploadSettings.autoRecoveryTimeout (http://www.aurigma.com/docs/us8/FH_P_Aurigma_ImageUploaderFlash_UploadSettings_AutoRecoveryTimeout.htm)
uploadSettings.autoRecoveryFilter (http://www.aurigma.com/docs/us8/FH_P_Aurigma_ImageUploaderFlash_UploadSettings_AutoRecoveryFilter.htm)

Please check it out.

Feel free to send me your feedback or questions.

Best regards,
Kate
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.