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
-
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– Alex Churchill2013-04-08 23:19:54 +00:00Commented Apr 8, 2013 at 23:19
-
What is the question?Ilia Frenkel– Ilia Frenkel2013-04-08 23:32:18 +00:00Commented Apr 8, 2013 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– asifrc2013-04-08 23:51:38 +00:00Commented Apr 8, 2013 at 23:51
Add a comment
|