How to load file into javascript
Posted
by misha-moroshko
on Stack Overflow
See other posts from Stack Overflow
or by misha-moroshko
Published on 2010-04-28T05:15:51Z
Indexed on
2010/04/28
5:33 UTC
Read the original article
Hit count: 258
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 !
© Stack Overflow or respective owner