Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file upload not work #1235

Open
nstp opened this issue Dec 28, 2023 · 0 comments
Open

file upload not work #1235

nstp opened this issue Dec 28, 2023 · 0 comments

Comments

@nstp
Copy link

nstp commented Dec 28, 2023

  • REST Client Version: v0.25.1
  • VSCode Version: 1.85.1
  • OS Version: Windows_NT x64 10.0.22621

Steps to Reproduce:

  1. Create Request:
POST http://{{url}}
Content-Type: multipart/form-data; boundary=TestBoundary

--TestBoundary
Content-Disposition: form-data; name="test.trace"; filename="test.trace"
Content-Type: application/octet-stream
< ../trace/test.trace
--TestBoundary--
  1. Send Request:
    vscode pop out an error info "Cannot read properties of undefined (reading 'flowing')"
    image
@nstp nstp changed the title can not upload custom binary files file upload not work Dec 28, 2023
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

No branches or pull requests

1 participant