javascript - Simplest way of reading a file from clients computer? -


i need read txt file clients , send server in form input? simplest way achieve this? don't want send file, want send string in input box.

the simplest way send uploaded file. however, not require save stream of bytes file on server. can process directly in serverside application.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -