Hi,
I wonder if you could give an working example which allows
me to POST a FILE to some URL.
I've had no problem POSTing data when using the FIELD directive,
however substituting the filename doesn't seem to quite work.
The *existence* of the file is necessary, but unfortunately on the
file's *name* seems to be transferred.
I'm using pavuk 0.9pl28 on debian.
pavuk -local_ip 204.8.6.234 -nocache -request
'URL:http://www.mysite.com/marvin/index.cgi METHOD:POST
FILE:"index=/home/cje/thisFile"'
What I would expect to happen is for the contents of the file to be
encoded and sent; this doesn't appear to happen; can you shed some
light?
Thanks In Advance,
-cje-