简体   繁体   English

如何在 PHP 中重组通过 Dropzone.js 发送的文件块?

[英]How to reassemble file chunks sent via Dropzone.js in PHP?

To handle large files' uploads, I have to send them to the server by breaking them down into chunks.为了处理大文件的上传,我必须通过将它们分成块将它们发送到服务器。 I use Dropzone.js as a library.我使用 Dropzone.js 作为库。 My problem is that I could not find guide how to reassamble chunked files on server side (PHP in my case)我的问题是我找不到如何在服务器端重新组合分块文件的指南(在我的例子中是 PHP)

How big are your files?你的文件有多大? Have you tried to increase post-max-size and upload_max_filesize ?您是否尝试过增加post-max-sizeupload_max_filesize

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM