Yes it's possible but you have to use the fully qualified URL.
dme69 wrote:This files will allways be at the same place as the revlet.
is perfectly understandable, but at the risk of being accused of being deliberately awkward, it's not, strictly speaking, the actual case.
The files are in the same place as the place (the url) from which the revlet is being
served. The
actual presence of the revlet is running in the browser
on the client's computer so to refer to a local path relative to the revlet you are talking about somewhere on the client side. To get the revlet to refer to the location of the text file on the server, you need to use the fully qualified domain url (eg
http://www.mydomain.com/myfiles/myfile.txt). That may result in permission issues, etc. so be careful.