Alisha Posted June 14, 2018 Posted June 14, 2018 Hello, Is it possible to link to a local file in a progressive capture using wiki markup? I have tried using the below, but this has not worked as it adds https://service.hornbill.com/instancename before the actual file:///// part. [[:file://///servername/folder/folder/filename.xlsx]] Many thanks, Alisha
Dan Munns Posted June 14, 2018 Posted June 14, 2018 I don't think it is possible. You could host the files on a webserver and wiki markup to a hyperlink (which is what we do)
Steven Boardman Posted June 15, 2018 Posted June 15, 2018 @Alisha the files you want to access would need as Dan says to be accessible, so having them on a web server and including a link to those is what would be needed here. 1
Guest Posted June 15, 2018 Posted June 15, 2018 @Alisha @Dan Munns I hope am not misunderstanding what you are asking but what if you add the xlsx file to the instance using Document Manager and then enter the URL of the excel document in the Progressive Capture. Will that you help? Of course if you dont have Document Manager then perhaps Dan's solution might work best for you Thanks Pamela
Alisha Posted June 22, 2018 Author Posted June 22, 2018 @Steven Boardman @Pamela @Dan Munns Thank you, I have tried what Dan has suggested. However, the only issue is that people would be downloading copies of the same file onto different computers. When the file is updated and uploaded again it could mean that: 1) People might be downloading multiple versions of the same file. 2) They might refer to the outdated file if they think they've already downloaded it. Having the file in a shared area on a server that everyone can access would mean that they would be looking at the most recent version each time.
Victor Posted June 22, 2018 Posted June 22, 2018 @Alisha as per @Pamela suggestion, this would be the answer then: https://www.hornbill.com/products/document-management-software/ 1
Dan Munns Posted June 22, 2018 Posted June 22, 2018 @Alisha you would have the same version control issue if you linked directly to a file via unc path. As you would be requesting the file via your web browser the file would be downloaded rather than just opened. If you use a link to a document stored in document manager, as Pamela says above, you could mitigate this a little with document managers version control, but unless the file is a format you can open, edit and save within a web browser, it will be downloaded in any case. We have GPOs in place which set the default download location from IE to the temp folder and that folder is purged every time the user logs on so we have little issue with old version of documents lying around on peoples machines. 1
Alisha Posted June 22, 2018 Author Posted June 22, 2018 How about if we just use the URL to point to a folder on a server, instead of the document itself, is that possible to do with wiki markup? I will also have a look at the document manager. Thanks for all your help! @Dan Munns @Victor @Pamela @Steven Boardman
Dan Munns Posted June 22, 2018 Posted June 22, 2018 @Alisha there is a way to do it it wiki markup but not in Hornbills implementation of it. Probably because the ways of doing it are just exploiting other markup (file or img usually) to use a unc link (with mixed results) Wiki markup was designed to be used on webpages so not really used for linking to local files. You best bet would be to either use document manager and create the documents there so they can be opened in a web browser or find a way of letting users know to download the document each time they need it to ensure they have the correct version (maybe a link to a page on Sharepoint or similar to retrieve the document)
Alisha Posted June 27, 2018 Author Posted June 27, 2018 @Dan Munns Thanks for your helpful suggestions!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now