如果文件长度超过 1 GB,如何从客户端上传文件到服务器?

How to upload the file form client to server if the file length is more than 1 gb?

我在上传文件时遇到问题。如果我的文件大小超过 1gb.

How to fix that issue?

您可以尝试创建块概念,即从客户端文件中读取 10 或 20 MB 并在服务器中创建一个文件,然后追加到该服务器文件中直到完成。

Chunks 意味着从客户端文件中读取 10mb 流并附加到服务文件以通过 javascript ajax.

完成客户端文件流