02-26-2019, 05:27 PM
In my experience "IWFileUploader1.selectFile;" only works on IE not on Chrome. In my search for a solution I've come across this....
but I can't get that to work either
Quote:Use this JavaScript on IWButton's ScriptEvents property (onclick event):
IW.FileUploader("IWFILEUPLOADER1").selectFile();
Where IWFILEUPLOADER1 is the name of your IWFileUploader component.
but I can't get that to work either

