Huge file upload

前端 未结 3 1489
悲&欢浪女
悲&欢浪女 2021-01-21 19:05

I have a web service that accepts really huge files. Usually in the range of 10 - 15 GB (not MB). However upload using a browser is only possible using Chrome on Linux. All 3 ma

3条回答
  •  萌比男神i
    2021-01-21 19:28

    There is a fairly young JS/HTML5 API which might cover your user case:

    https://developer.mozilla.org/en-US/docs/Using_files_from_web_applications

    I can't speak to its suitability though.

提交回复
热议问题