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 !
I have an HTML table that should be updated according the file that user
Share
No, you cannot manipulate files on the client side. Unless you convince the user to turn off security for your application.