Skip to content

分片上传,为什么 ResumeUploader.php 里为什么只暴露了一个 upload 方法呢? #366

Open
@jetiben

Description

@jetiben

分片上传的需求,不应该是服务器有了整个文件以后,调用这个方法一起执行的,而是可以乱序的单独上传分片之后,自行调用 completeParts 方法来完成上传的,因此建议 public 相关方法,或者单独提供一个分片上传的其他解决方案。

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAnything around developer experience or feature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions