hi all
i have a server folder (e.g : appserv\www\pdf) located on drive C:
to access files inside this server i use the following code :
which works fine.
but , how to access files located outside the entire server folder ? e.g :
"D:\pdf\filename.pdf"
how should the url look like ?
thanks
i have a server folder (e.g : appserv\www\pdf) located on drive C:
to access files inside this server i use the following code :
access file:
fx.ShowExternalDocument("http://" & serverIP & "/pdf/"& filename)
but , how to access files located outside the entire server folder ? e.g :
"D:\pdf\filename.pdf"
how should the url look like ?
thanks