cURL / Mailing Lists / curl-library / Single Mail

curl-library

[ curl-Bugs-1080854 ] File upload behavior has changed between v7.9.2 and v7.12.2

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 07 Dec 2004 12:07:56 -0800

Bugs item #1080854, was opened at 2004-12-07 12:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1080854&group_id=976

Category: None
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: File upload behavior has changed between v7.9.2 and v7.12.2

Initial Comment:
I am trying to move my users away from FTP and
towards cURL file transfers. I have written a small
program with Boutell's cgic - I can give you the
source if you want.

My cgic program is receiving the value for "key" with
the old version, but not with the new. Why?

$ curl --version
curl 7.9.2 (hppa1.1-hp-hpux10.20) libcurl 7.9.2

$ curl -F key=abc -F file=@lvm_whitepaper.pdf
http://prdcrm/cgi-bin/xmit
/pkg/prdqry/tmp/lvm_whitepaper.pdf 379143
     (this worked - it transfered the file)

C:\Documents and Settings\fishecj>bin\curl --version
curl 7.12.2 (i386-pc-win32) libcurl/7.12.2
OpenSSL/0.9.7e zlib/1.2.1
Protocols: ftp gopher telnet dict ldap http file https
ftps
Features: NTLM SSL libz

C:\Documents and Settings\fishecj>bin\curl -F
key=abc -F file=@mover.awk
    http://prdcrm/cgi-bin/xmit
invalid key.
     (didn't work - key received by xmit was blank)

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1080854&group_id=976
Received on 2004-12-07