jquery - How to load file into javascript -
i have html table should updated according file user uploads. in other words, user able upload file, , change contents of table according file content. file size can several mb. options ? must upload file server, or can done in client side ? !
no, cannot manipulate files on client side. unless convince user turn off security application.
Comments
Post a Comment