eform File Reader from Javascript
Hi Team,
Need to read uploaded excel file content from javascript in a Task form, tried FileReader.readAsArrayBuffer() but not working, kindly suggest.
Excel read activity works but need to read the excel on eform itself.
Thanks in advance.
-
Hi Kris,
There is no out-of-the-box configuration, but you can read the file content using the JavaScript change event of the file upload control (input[type="file"]). This will only work for the files you're currently uploading, and you won't be able to access data from files that have been uploaded previously.
Thanks
Please sign in to leave a comment.
Comments
1 comment