cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-library Mailing List Archives

Re: Adding custom entries to post?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 2 Jul 2008 11:53:06 +0200 (CEST)

On Wed, 2 Jul 2008, Robert Bielik wrote:

> Hi, I'd like to add an MD5 checksum to a file upload via curl_formadd . Is
> this even possible ?

Sure!

> As the CURLformoption enum doesn't have a "user" entry I begin to wonder...

No, you just add a part to the upload that contains the md5sum and you'd use a
name your receiving end would look for. No particular new options are needed
fro that.

-- 
  / daniel.haxx.se
Received on 2008-07-02

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET