Pick file:/// location path in editor for intranet
Hi there umbracos
Is there a way for an editor to pick a location on the local server, when they edit a post.
I know of fileupload, but it physically uploads the pdf to the solution. What I am after is a way just to pick the url ie. "file:///w:/pdfs/x.pdf". Just like a standard <input type="file">, but inside the editor.
So when they see the link in the frontend and clicks it, it loads the PDF on the local server, on the local network, for an intranet.
Pick file:/// location path in editor for intranet
Hi there umbracos
Is there a way for an editor to pick a location on the local server, when they edit a post.
I know of fileupload, but it physically uploads the pdf to the solution. What I am after is a way just to pick the url ie. "file:///w:/pdfs/x.pdf". Just like a standard
<input type="file">
, but inside the editor.So when they see the link in the frontend and clicks it, it loads the PDF on the local server, on the local network, for an intranet.
cheers
is working on a reply...