반응형
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 |
Tags
- html2canvas
- KakaoMap
- http live streaming
- react
- node
- three.js
- webrtc
- Babel standalone
- Flutter
- M3U8
- REST API
- Raycasting
- segment
- babel
- uint16array
- uint8array
- Excel
- Redux
- Three-fiber
- typescript
- Image Resize typescript
- swagger-typescript-api
- web track
- userevent_tracker
- Prism.js
- HLS
- Game js
- code editor
- hls.js
- jszip
Archives
- Today
- Total
목록formidable (1)
Never give up

해당 예제에서는 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