1

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.

4

1 回答 1

0

如果数据传输中断,您将不得不重新开始。无法从中断的地方恢复传输。查看Amazon S3 官方论坛了解更多信息。

于 2010-01-12T18:07:28.467 回答