Skip to content

chengkj99/file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-upload

File upload based on node multiparty.

Usage

Start server

git clone https://github.com/chengkj99/file-upload.git

npm install

npm start

Upload file by curl

  curl -F 'uploadsh=@[path]'  http://127.0.0.1:9000/upload

  # for example
  curl -F 'img_avatar=@/home/petehouston/hello.txt'  http://127.0.0.1:9000/upload

View file list

After starting the server,then visit http://127.0.0.1:9000

About

File upload based on node multiparty

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published