Re: How to send line breaks for textarea tag with wget

2003-11-16 Thread Hrvoje Niksic
Jing-Shin Chang <[EMAIL PROTECTED]> writes: > Thanks for the pointers. Where can I get a version that support > the --post-data option? >From ftp.gnu.org, as always. See the README in the distribution. The latest release version is 1.9.1.

Re: How to send line breaks for textarea tag with wget

2003-11-16 Thread "Jens Rösner"
Hi Jing-Shin! > Thanks for the pointers. Where can I get a version that support > the --post-data option? My newest version is 1.8.2, but it doesn't > have this option. -JS Current version is 1.9.1. The wget site lists download options on http://wget.sunsite.dk/#downloading Good luck Jens --

Re: How to send line breaks for textarea tag with wget

2003-11-15 Thread Jing-Shin Chang
Thanks for the pointers. Where can I get a version that support the --post-data option? My newest version is 1.8.2, but it doesn't have this option. -JS > From: Hrvoje Niksic <[EMAIL PROTECTED]> > Date: Sat, 15 Nov 2003 23:49:46 +0100 > > Jing-Shin Chang <[EMAIL PROTECTED]> writes: > > > wge

Re: How to send line breaks for textarea tag with wget

2003-11-15 Thread Hrvoje Niksic
Jing-Shin Chang <[EMAIL PROTECTED]> writes: > wget 'http://host/server_app? > name1=value2&text_area=url_esc_lines_from_file&name2=values,...' > > where text_area is the name of the tag, and > 'url_esc_lines_from_file' is the the URL-escaped lines from the local file. > The problem is

How to send line breaks for textarea tag with wget

2003-11-15 Thread Jing-Shin Chang
Dear colleagues, I am trying to send queries to a server which was designed to receive a form with a input tag. I am trying to fill the text area with text lines from a local file. It looks ok if I send it this way: wget 'http://host/server_app? name1=value2&text_area=url_esc_lin