Hi.
I followed this guide: http://www.exeoutput.com/help/choosingfilesupload
I put the code in UserMain:
function OpenDlgFile: String;
begin
Result := OpenFileDialog(“Select a File to open”, “.”, “.”, “All files (.)|.”, “”);
end;
And in my view, put the link:
<input type="text" id="path_doc"...