Hi Georg,
1a) The text box is not marked as 'dirty' if you are programmatically changing the text. Change the data in the cursor too, e.g.
Code:
ca = Lianja.getCursor('name-of-table');
ca.setData('name-of-field','new-value');
1b) I suspect the data is saved, but then overwritten when you save the record you are editing. Can you access the upload outside of an edit of the full record?
What does objecttype() return when you upload the file?
2) Did you follow the link I included to the earlier thread where we discussed downloading files via a download link in a .rsp file in a webview (could be a section/gadget/Canvas section advanced control)?
Regards,
Yvonne
Bookmarks