Am a beginner of S3 AWS SDK. and getting problem in my project.

I want to get uploaded or downloaded size of file which is currently uploaded. Actually the functionality of my application is that it will upload contents directly from client browser to Amazon S3. But if transfer of data interrupted and if exception is raised then i cant track that how much data of file has be transferred.

link|improve this question
If this is a programming question, you may want to try stackoverflow.com – Scott McClenning Jan 12 '10 at 6:56
feedback

migrated from superuser.com Jan 12 '10 at 12:02

This question came from our site for computer enthusiasts and power users.

1 Answer

If data transfer is interrupted you will have to start all over. There is no way to resume the transfer where you left off. check out Amazon S3 official forum for more info.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown