Connecting Tech Pros Worldwide Forums | Help | Site Map

Create a text file in FORM?

Newbie
 
Join Date: Sep 2008
Posts: 4
#1: Sep 24 '08
Hello, I'm not too familiar with html, but I'd like to know is it possible to create a file in FORM POST? The file should be created in certain folder in Web server.
The reason I'm asking is because I should receive HTTP POST messages and create some orders from them. So I should just create a file to further processing? Thanks for helping!

hsriat's Avatar
Expert
 
Join Date: Jan 2008
Location: Bath, UK
Posts: 1,609
#2: Sep 24 '08

re: Create a text file in FORM?


Uploading a file can be done via form, but if you want to create a kind of text file from the content in a form input, you would need to create it with some server side script (PHP, JSP or ASP) and then save it in the desired folder using the same.
Newbie
 
Join Date: Sep 2008
Posts: 4
#3: Sep 29 '08

re: Create a text file in FORM?


Quote:

Originally Posted by hsriat

Uploading a file can be done via form, but if you want to create a kind of text file from the content in a form input, you would need to create it with some server side script (PHP, JSP or ASP) and then save it in the desired folder using the same.

Thank you....I try to search some ASP examples
Reply