How to load file into javascript
- by misha-moroshko
I have an HTML table that should be updated according the file that user uploads.
In other words, I would like user to be able to upload a file, and change the contents of the table according to file content.
The file size can be several MB.
What are my options ?
Do I must to upload the file to a server, or it can be done in client side ? Thanks !