Skip to content

fiexd: upload failed when file stream is MemoryStream#44

Open
journey191 wants to merge 1 commit intoBitBrewing:mainfrom
journey191:fix-filestream-upload
Open

fiexd: upload failed when file stream is MemoryStream#44
journey191 wants to merge 1 commit intoBitBrewing:mainfrom
journey191:fix-filestream-upload

Conversation

@journey191
Copy link

@journey191 journey191 commented Mar 20, 2026

fixed: #43
Add a property called FileName to interface IUploadRequest so that the file name can be specified when uploading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

上传文件如果使用FileStream参数,且文件流类型时MemoryStream(非FileStream类型)无法上传成功

1 participant