Skip to content

tos代码里给ContentDisposition添加有urllib.parse.quote,指定“对象被下载时的名称”功能就不能用了。 #37

@l-grebe

Description

@l-grebe

296C27C1-FBBC-42CB-98B9-CF52134F099F

是不是应该把urllib.parse.quote函数去掉,或者改成这样:

headers['content-disposition'] = f'attachment; filename="{urllib.parse.quote(ContentDisposition)}"'

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