javascript - File Picker for Xpages -
for xpages application, need file picker (just select filename, no up- or download). i've looked around several hours , found no solution. maybe simple?
why not use <input type="file" id="morituri" />
. can't set file name, can read it. add presubmit listener grabs name , removes input dom, won't submitted.
Comments
Post a Comment