hello.. i have a problem which is how to get url attachment and display the attachment in form. what i know is method xdImage:getImageUrl is using to display the attchment if node(datsource) have in form. to display the data from datasaource into form, that data must be save in my database. but situasion is my attachment,i put in other location which is in c: because that file is too big to save in mydatabase.so how i want to get this location form c: and put it in function xdImage:getImageUrl?
my code is
i want to replace xdImage:getImageUrl(C:\myLocation)
but it going wrong..Anybody can help me..