Hello everyone
Xojo
Thanks for your help
I have added a WebImageView in a webpage, to which the MouseDown event has been added with the following code:
Dim url as string = “d: /informe1.pdf”
Session.ShowURL (url, false)
What I need when clicking a WebImageView click is to download a pdf file located on my local hard drive (I do not have a server to test)
I have not been successful
Any idea, I’m making my first web application
Cordially,
Raul