Ex No: 14 | UPLOAD DATA FROM CLIENT USING JSP |
---|---|
Aim: | To create a JSP page to upload data from client. |
Algorithm | |
Step1: Create a folder “Ex14” to place the HTML and JSP files. | |
Step2: Create a database “test” in MySQL DBMS. | |
Step3: Create a table “stud_tbl” with 4 columns (studname,regno,dept,yr). | |
Step5: Create files “index.html” and “ex13.jsp”. | |
Source Code | |
index.html
ex14.jsp
|
|
Result: | Thus JSP page is written upload data from client. |