问题
Im trying to upload a plain text file to a server from my javascript form. When you hit submit, I need to store a text file on my server so that my translator program can read the file. Please see my project and it will make sense Link to my project
回答1:
Can't you just submit the form holding the text value and generate the text file on the server?
来源:https://stackoverflow.com/questions/15890617/store-data-from-field-as-a-txt-file-on-server-javascript