On Tue, 15 Feb 2005, Patrick H. Madden wrote:

Here's a subset of the HTML that works with the PHP back end.   The actual
HTML page is at <http://vlsicad.cs.binghamton.edu/placebench>.  This is for
uploading circuit layout information, and benchmarking.

<form method="post" enctype="multipart/form-data" action="autopost.php">

This form expects the user-agent to provide the POST data MIME-encoded as RFC1867 describes. AFAIK, wget does not provide that feature.


If you want to use wget for this, you need to produce a RFC1867-formatted file first and then post that (you'd also need to provide a custom header that specifies the boundary separator string).

Another option is to use a tool that already has support for what you're asking.

--
         -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Reply via email to