https://github.com/sidd4848/web-api-upload-image-form-data
API to upload form-data like text and .jpg file multer packages is used
https://github.com/sidd4848/web-api-upload-image-form-data
form-data multer nodejs
Last synced: 8 months ago
JSON representation
API to upload form-data like text and .jpg file multer packages is used
- Host: GitHub
- URL: https://github.com/sidd4848/web-api-upload-image-form-data
- Owner: sidd4848
- License: mit
- Created: 2017-05-19T09:06:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T09:14:58.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T16:34:59.663Z (11 months ago)
- Topics: form-data, multer, nodejs
- Language: JavaScript
- Homepage:
- Size: 931 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Web-Api-upload-image-form-data
API to upload form-data like text and .jpg file
> This is an api demo for giving general idea or how to implement the form-data fields like image and text field to the server with custom filename
# installation requirements
- open git bash here where the server.js file is
- Install npm
- Install Multer
- Install express
# running
- run through npm start or npm run dev if you have installed already
# check through Postman