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
Asked
Active
Viewed 172 times
-1
-
You need to give more detail: what server architecture? Can your translator program read from a database? How are you currently serving the page? – Alex Churchill Apr 08 '13 at 23:19
-
What is the question? – Ilia Frenkel Apr 08 '13 at 23:32
-
You generally need some sort of server-side scripting in order to affect the server in any way (javascript is client-side). Are you using any server-side languages? e.g. PHP, ASP.NET, etc. – asifrc Apr 08 '13 at 23:51
1 Answers
0
Can't you just submit the form holding the text value and generate the text file on the server?

plalx
- 42,889
- 6
- 74
- 90
-
-
Well, you know how to submit a `form` right? What server-side language are you using? – plalx Apr 15 '13 at 20:13