Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>File UploaderNew to Visual Studio Code? Get it now.
File Uploader

File Uploader

keliq

|
521 installs
| (2) | Free
upload files to remote http endpoint
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

File Uploader README

A VSCode plugin for uploading project files to any HTTP server!

Upload Files by Context Menu

Only three steps:

  1. set user/workspace configuration
  2. select files or folders
  3. right click and choose [Upload Files] menu

File Uploader

Upload Files by CodeLens

CodeLens show up when lines starts with var FileUploader :

var FileUploader = {
  apiEndpoint: "http://localhost:7001/upload",
  httpHeaders: {
    authorization: "Bearer eyJhbGciOi...",
  },
  fileField: "file",
  formData: {
    name: "keliq",
    age: 12,
    hobbies: ["music", "coding"],
  },
};

Upload File by CodeLens

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft