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, February 9, 2015 10:24:13 PM(UTC)
Adams

Rank: Newbie

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

I download the UploadSuite8.1.15.zip for test. I try Samples_ImageUploaderFlashPHP. When I upload a large file, I break the upload process and re-upload it again. But It doesn't transfer from the break point, It begin from 0 byte. How can I simulate that re-upload an large file if it fails ?
Andrew  
#2 Posted : Wednesday, February 11, 2015 3:55:11 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
It requires two features:

1. Ability to split files into smaller chunks and uploading them separately.

2. Ability to automatically recover broken upload.

Both those features are currently available only in Java/ActiveX uploader. However they are on the roadmap for HTML5/Flash.

Adams  
#3 Posted : Wednesday, February 11, 2015 7:01:07 PM(UTC)
Adams

Rank: Newbie

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

I test re-upload function at http://demo.aurigma.com/...a/BasicDemo/Default.aspx , it still not to automatically recover broken upload.

I have a php web application on Linux server and provide to upload file, but it can't automatically recover broken upload. When the upload progress was broken , user must re-upload it from 0 byte . What Is a Solution ? May I test the solution?

Andrew  
#4 Posted : Wednesday, February 11, 2015 9:07:46 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
This feature should be turned out/configured separately. Also, if you turn on a chunk upload, you should keep in mind that your server will receive portions of a file rather than full files. So you should take care about assemblying the file back from pieces. If you are using our PHP library, it is handled automatically though.

Check out this article for more info about it:

http://www.aurigma.com/d...ing-fail-safe-upload.htm

Users browsing this topic
Guest
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.