bnb-chain / greenfield-cmd

support cmd tool for Greenfield
GNU Lesser General Public License v3.0
27 stars 12 forks source link

feat: support parsing content type when uploading files #101

Closed flywukong closed 9 months ago

flywukong commented 9 months ago

Description

when uploading files, we can parse the mime type , and set the content type of the object as the mime type

Rationale

set the accurate content type

Example

upload a jpeg file , the content type has been set

image

Changes

Notable changes: