You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jason Grajeda <JG...@Telephia.com> on 2003/07/10 23:31:31 UTC

[users@httpd] Http post

Hi all,

Does anyone know how to post a file to a web site using HTTP POST? Is that
possible or is POST only used for filling out forms? Basically I need to
download and upload a file to a web site many many times.

Thanks in advance,

Jason

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Http post

Posted by Dirk-Willem van Gulik <di...@webweaving.org>.

On Thu, 10 Jul 2003, Jason Grajeda wrote:

> Does anyone know how to post a file to a web site using HTTP POST? Is that
> possible or is POST only used for filling out forms? Basically I need to
> download and upload a file to a web site many many times.

'ab' has rudimentary support; or otherwise try:

	http://wleiden.webweaving.org:8080/svn/node-config/other/iDive/poster/

which I wrote a few weeks back when I needed to post netstumbler files
from a mobile unit to a web site and did not have enough room for perl.

Dw.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org