Is it possible to upload file using
<input type="file">
and then parse it to javascript array without saving the file on server-side? Could you advice any plugin to do it with csv (or any other) file type.
Is it good idea to do things such way without using back-end?
Thanks.