I have this path: C:\folder1\folder2\folder3
To make it in Java I use FileUtils.forceMkdir(new File("/folder1/folder2/folder3"));
I can't figure out how to access this relative path using HTML to embed my pdf file into a page. I tried using: <embed src="/folder1/folder2/folder3/name.pdf" width="500" height="375"> but this is not working. Any suggestions?
Edit: I want to access C:/folder1/folder2/folder3/name.pdf using relative paths in case a user, for instance, has an E:/ drive instead of C:/
 
     
     
    