WebFile.URL
From Xojo Documentation
Read-Only Property (As String )
This property is only available for Web applications. |
The url to the file. Best used with ShowURL(WebFile.URL).
Example
The Downloading example project uses WebFile.URL to download the png test file that was opened in the App class’s Open event. The code for the Static Download button is: