Taebu / cos

jsp 파일업로드
0 stars 0 forks source link

JSP 파일 업로드 강좌 2강 - 파일 업로드 페이지 및 데이터베이스 구현 (JSP File Upload Tutorial 2017 #2) #2

Closed Taebu closed 1 year ago

Taebu commented 1 year ago

https://www.youtube.com/watch?v=32ghe_7vzN4&list=PLRx0vPvlEmdBMeD6NZawEmwHKjzD6ZGqp&index=2 6min 19sec

Taebu commented 1 year ago
create database file;

use file;

create table file(
fileName varchar(200),
fileRealName  varchar(200));