#upload #javascript

Read input from ../API/formFileUpload

Hello,

I am using upload Widget to upload a CSV File.

The URL is the default : "../API/formFileUpload"

I am using a JS script to getting the uploaded document value (inside my Form) .

When the file is uploaded. I can access to theses information :

filename: "my_test.csv"
tempPath: "tmp_14768815780437769952.csv"
contentType: "text/csv"

However I am not able to READ the uploaded file.
I have no clue how to do it ( and how to do it the best way possible )

Notifications