-1

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

3
  • You need to give more detail: what server architecture? Can your translator program read from a database? How are you currently serving the page? Commented Apr 8, 2013 at 23:19
  • What is the question? Commented 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. Commented Apr 8, 2013 at 23:51

1 Answer 1

0

Can't you just submit the form holding the text value and generate the text file on the server?

Sign up to request clarification or add additional context in comments.

2 Comments

I would love to but Im not sure how
Well, you know how to submit a form right? What server-side language are you using?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.