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
Post a Comment