curl-users
RE: cURL and POST Large Amount of Data
From: Matomira, Fernando <Fernando.Matomira_at_dialog.com>
Date: Wed, 21 Aug 2002 10:33:26 +0200
Date: Wed, 21 Aug 2002 10:33:26 +0200
Hello,
First things to check out:
1. -d: Is this running in some Apache server? You might need to upgrade to
fix it.
2. -F: [I don't know about PHP, I know about Java] Is your servlet written
in such a way that it supports multipart encoding? (you don't send a file,
so you don't have to also support file upload).
Related question: What happens if the FORM does not specify enctype? Does
curl just force multipart/data? (this would be good).
Regards,
-- Fernando D. Mato Mira matomira_at_acm.org The Dialog Corporation GmbH www.dialog.com E-MAIL NOTICE: This message (plus any attachments) is confidential and may be subject to lawyer-client privilege. Use without permission is strictly prohibited. -----Original Message----- From: Samantha Savvakis [mailto:samantha_at_cfs.net.au] Sent: Wednesday, August 21, 2002 1:28 AM To: curl-users_at_lists.sourceforge.net Subject: cURL and POST Large Amount of Data HI, I'm using the cURL binary to perform a HTTP POST to a web page within PHP Code. I am sending XML data to this web page. The issue I've come up against if the size of the data that I'm trying to post and it looks like cURL is crapping out. ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390Received on 2002-08-21