Skip to content

file_upload issue #38

Description

@sunny09190

我在网页端批量上传文件时,遇到了一个问题:
在上传文件的过程中,写相应的dataset的schema时,错误地写入了其他dataset的schema中,其他每一个dataset的schema都被同样的内容覆盖了。原因似乎是:前端轮询请求和上传文件的接口用了共同的公共变量server_Test,其内部的变量
self.datasets
self.each_dataset
self.each_dataset_schema_file导致了写冲突。在上传文件的过程中,前端的轮询请求似乎会不断改变变量值。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions