Hello,
I converted my project from Scriptcase 7 to Scriptcase 8.
My problem is that I can’t get the filename of the temporary file which is saved in the tmp directory. Before, I’m using javascript to get the value/ content of the element with the id ‘id_ajax_doc_’+elementname which equals to the value of the temporary file; but in Scriptcase 8, this is no longer true.
Sample :
var elementname = 'profpic';
var tmpfilename = $('#id_ajax_doc_'+elementname).html();
How could the get this value in Scriptcase 8 using javascript?
Thanks.