uploaded file in uploaded webix view and populating datatable

Hi
I have been using uploader to load an external file ( for me the file is json).
Please help me parsing the file and populating the datatable.
Could you please tell me how to get the raw json object after parsing the file.

http://webix.com/snippet/1e896a1b

Please provide me pointers to read an external file and make object out of it.

Thanks and regards
Ravikiran Bhonagiri

Hi,

There’s no ready solution for getting the uploaded content before uploading it somewhere, but you can add a needed function to the onBeforeFileAdd event:

http://webix.com/snippet/e4656318