반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- userevent_tracker
- methodChannel
- Three js
- Redux
- babel
- web track
- Three-fiber
- identifierForVender
- Prism.js
- REST API
- three.js
- Image Resize typescript
- Raycasting
- swagger-typescript-api
- react
- node
- androidId
- typescript
- Babel standalone
- Excel
- Completer
- uint8array
- Flutter
- code editor
- RouteObserver
- uint16array
- Game js
- jszip
- webrtc
- KakaoMap
Archives
- Today
- Total
목록imageupload (1)
Never give up
React, Node - Image upload example
해당 예제에서는 node로 이미지 업로드 및 이미지 리스트 및 이미지 가져오는 부분을 구현하고 react에서 이미지 업로드 및 가져와서 보여주기를 구현해봤습니다 서버쪽에 만든 api 3개 get : image/get-imglist 서버에 저장된 이미지 리스트를 가져옵니다 get : image/:url 서버에 저장된 이미지를 보여줍니다 post : image/upload 서버에 이미지를 업로드합니다 image/index require('dotenv').config() const formidable = require('formidable'); const express = require('express'); const fs = require('fs'); const router = express.Router()..
WEB
2022. 2. 19. 17:00