How do you specify a hyperlink to a file? I've tried specifying file:/// without any success.
I thought this should work the same way as URL but it is not...
Regards,
Evgueni
Hi,
Hyperlinks are only http links.
So, either it is a remote link (on the web) or you have to put in in the application web directory structure.
Using file could be wrong many time : you could point out to a local file which would only be valid for you.
Well what i was looking to do is link to a file on a shared network folder 😉 - that way if the file updates i don't have to also update the file attached to the requirements entry in projectorria
Actually very good idea!
I'm not sure it is possible.
I get error "Not allowed to load local resource" even when pointing put to remote file.
I'll have a look.
I just verified : access via file:// protocole in html tags or via javascript has been banned in modern browser for security reason.
So it is impossible to acces a remote file via file:// from a web page, although it is possible to do it if you enter the link in the brower address area.
I also tried a window.open to the remote file:// link : still blocked with message "Not allowed to load local resource".
So it will not be possible.
Request is cancelled.