Saving Contents of TEXTAREA to File
Posted: Thu Oct 23, 2008 12:08 pm
Hi,
i have a TEXTAREA which has a name value of "CodeData" as part of a form. When i press a submit button, the text in the textarea is passed along in the URL using GET, i.e. Form.php?CodeData=***
The problem is that the data i will be passing will be several hundred characters from a Java file which forms an URL which is far too big and can cause problems.
The processing instructions simply create a file based on the CodeData and other variables passed in the URL.
Are there any Variables which i could use to hold the value of CodeData instead of passing it in the URL, which can then be accessed by my processing script?
Thanks
Richard.
i have a TEXTAREA which has a name value of "CodeData" as part of a form. When i press a submit button, the text in the textarea is passed along in the URL using GET, i.e. Form.php?CodeData=***
The problem is that the data i will be passing will be several hundred characters from a Java file which forms an URL which is far too big and can cause problems.
The processing instructions simply create a file based on the CodeData and other variables passed in the URL.
Are there any Variables which i could use to hold the value of CodeData instead of passing it in the URL, which can then be accessed by my processing script?
Thanks
Richard.