How to upload to S3 with Pause/Resume support?

后端 未结 7 2033
日久生厌
日久生厌 2020-12-30 15:31

I would like to know how to upload a file to Amazon S3 with \'Pause and Resume\' support? (Via a web browser).

Are there any sample web applications available? Any p

7条回答
  •  难免孤独
    2020-12-30 15:39

    That one is a big one. I have been looking for a clean answer for that for a very long time. I even built somethings but it always comes down to using a medium for your application. I think the best solution I have found is using this. It really is a very simple idea and the great part is it only uses a small amount of flash to use.

    S3 Heroku Flash Uploader

    Github Source Code

    However the down side is your not going to be able to upload anything successfully that is over 512 MB there is some sort of cashing fall out after that point. Loose track or something. I think the only other solution that I can think of is to build a Java Application that would handling the uploading to the server. At least then you have a more stable connection and don't have to worry about the problems with the browser.

提交回复
热议问题