Currently I'm working in Role Based Access Control(RBAC)module of a project. I've to find the RELATIVE path of any file,which will be assigned to a user according to the privillege given to him/her. If I use <input type="FILE" > then, I get the ABSOLUTE path.
Can anybody help me for finding RELATIVE path of a file?
Regards,
Anil Kumar Saha
SCJP 1.4
http://www.agilej.blogspot.com/
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
You can not find the relative path, you can take the absolute path and chop it off to for a ralative path on the server side.
Eric
Anil Kumar Saha
Ranch Hand
Joined: Apr 07, 2004
Posts: 111
posted
0
Originally posted by Eric Pascarello: You can not find the relative path, you can take the absolute path and chop it off to for a ralative path on the server side.