Store Data from Field as a txt file on server (javascript)

和自甴很熟 提交于 2020-01-17 15:23:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!