I'm trying to access the path of the clients temporary directory, i've tried this but it just appears to display the servers temporary directory.
Richard Tookey
Ranch Hand
Joined: Aug 27, 2012
Posts: 362
posted
0
ajay dv wrote:I'm trying to access the path of the clients temporary directory, i've tried this but it just appears to display the servers temporary directory.
JSP execute on the server so you can't in any straightforwards manner get hold of the client's tmp directory from within your JSP. And why would you want to be able to do that since your JSP can never directly access that directory.