Computer and Modernization

Previous Articles     Next Articles

Broken-point Continuingly-transferring Scheme of Large Files Based on HTML5

  

  1. (College of Computer and Information, Hohai University, Nanjing 211100, China)
  • Received:2015-12-10 Online:2016-03-17 Published:2016-03-17

Abstract: In Web applications, it is often needed to upload a file to the server. With current file upload methods, it is difficult to deal with large file uploading and user experience is also bad. Uploading big files often failed because of network interruption and the client had to reupload. With the development of HTML5 technology, a series of API about file operation emerged. This makes it possible to use JavaScript on the client side to slice local files and further achieve the function of file broken-point continuingly-transferring. On this basis, this paper solves timeout problem of merging files and correctness problem of the final file on the server side.

Key words: large file uploading, HTML5, file API, broken-point continuingly-transferring, files merging

CLC Number: