File compression before upload on the client-side

前端 未结 6 1093
栀梦
栀梦 2020-12-24 15:12

Basically I\'ll be working with large XML files (approx. 20 - 50 MB). These files needs to be uploaded on a server.

I know it isn\'t possible to touch the files with

6条回答
  •  渐次进展
    2020-12-24 16:10

    There some javascript library of huffman compression freely available, for example https://github.com/wilkerlucio/huffman_js but I think that your task is impossible because with javascript and html it's not possible to load huge data into the browser or client's memory.

提交回复
热议问题