Filereader and uploader?

Javascript has a Filereader object which allows reading of local files. You have an uploaded view, but it does not seem to support reading the files using that, only uploading to a server.

Is there a way to use Filereader in Webix?

Hello,
It’s possible to use FileReader with our Uploader
In this sample, you can see how to use it: https://snippet.webix.com/faa026f4
There is you can find that autosend:false which block file upload to server.