Hi All,
I am new to H5 script, I am trying to add a script in H5,You can create a button that lets users select an excel (.CSV) file,
and then read the data in the file and use MFormsAutomation to write to the M3 environment (this is in the previous smart office(jscript) can do this),
but I ran into some problems with H5 script(java script) .
Is there a way to use “input type=file” in an h5 script?
In that jscript, they use System.Windows.Forms.OpenFileDialog().Is this still possible in h5 script?
If possible, could you provide a simple example, such as adding a button that allows the user to select the file after clicking it.
Thank you very much!