cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: How to upload pic to free image host?

From: Kjell Ericson <Kjell.Ericson_at_haxx.se>
Date: Thu, 15 Jun 2006 18:54:50 +0200 (CEST)

On Fri, 16 Jun 2006, schawk wrote:

> I want use CURL to upload pic to free image host like http://xs.to/ or
> http://sv1.letmehost.com/ .
>
> HOW to make CURL "NOT" turn back to the home page and I can get the URL
> of my uploading images?

Curl doesn't do what you say. Curl simply get's the page for you, but you
have probably missed to supply some information. I haven't checked the pages
you refer too, but cookies are usually forgotten (use -b and -c and name same
file).

The LiveHttpHeader plugin for Firefox is nice to use when checking what a
browser do.

  // Kjell
Received on 2006-06-15