Mouse Slider

Greenhorn
+ Follow
since Nov 02, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mouse Slider

Hi,
I used jspSmartUpload successfully.
1. Please make sure that ENCTYPE="multipart/form-data" in the form.
2. Please make sure that jspSmartUpload.jar (?) is in the right location in tomcat.
3. Please make sure that you did reference the examples which jspSmart provides.
Otherwise, if you don't mind, post your codes, please.
23 years ago
JSP
Hi,
I am trying to access the files in a NT network mapped drive, "Y:/Test.txt" in this case. So I tried the simple codes as the follows:

When I run it under DOS command line, it is working good. But when I run it in a Servlet, it fails, neither is UNC name used.
Could anyone give me a hint, please?
[ January 11, 2002: Message edited by: Mouse Slider ]
23 years ago

Originally posted by sandeep balyan:
JSP SMARD


"jspSmartUpload", which you could find on
www.jspsmart.com
23 years ago
JSP
getServletContext().getRequestDispatcher("Home.jsp").include(request, response);
getServletContext().getRequestDispatcher("Home.jsp").forward(request, response);
cheers.
23 years ago