I have a webpage, where we upload files to a location based on the recid of the row.
This upload looks to see if a folder exists with the recid, if not then it creates the folder if so, it just uploads the file.
Now I am wanting to VIEW everything inside the folder, allow them to click on the file they want to open. (Alternatively I could just open every file inside the corresponding folder, if this other route is not possible)
The "View Uploads" button is very simple ahref...
<td align="center" valign="center" nowrap class="bodyTextTLR"><a href="file://lanswinweb1/c$/inetpub/wwwroot/seq/reorderpage/<% =rsTemp1("recid") %>/">View Uploads</a></td>
When I hand type the link into the browser it works.
I know there are a bunch of threads going around that are saying that chrome has some kind of built in feature that restricts this from happening... But still have yet to see a real fix, unless I am just being special... I am wondering now if I would even be able to open the files if I cannot get this route to work??
Anybody have any ideas? Need any more information?