Hi i would like to find the simplest ways to upload and download files in process and form.
Process Upload:
Using global Bo.file=FileItem.Doc needs extra step: window with kendo file picker
Using Ask at runtime Bo.file=?File the same as global
Is there any straightforward way to open browser default browse for file?
Process Download:
Using "DISPLAY DOCUMENT" is file extension dependant. If unknown to system it downloads. Ff known opens.
Import needs file/folder path so its useless.
Is there any simple command to just download a file?
Form Upload Download:
Upload UI element: http://docs.telerik.com/kendo-ui/api/javascript/ui/upload
Is there any way to add two always visible buttons(aw process independent) in html to upload or download a file so they do not need form autorefresh(popup problem)?
It's not user friendly to hide this functionality(picture case)
Two straightforward buttons are hard to Misinterpret by simple users