JSP code execute
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
hello, i have created fileupload code. and i want to run this code. i don't know how to run jsp code. code is below fileupload.html code
Select a file to upload :
NewUpload.jsp ]]> "); out.println("
"); out.println("1.File1 Uploaded from :: "+path); out.println("
"); out.println("
"); out.println("2.Uploaded File1 is Saved in :: "+newPath); %>]]>