I figured out what was causing this error. I was directing the information for the myfile into the wrong directory.
Kevin Miller Web Services -----Original Message----- From: Kevin Miller [mailto:kevin.mil...@oktax.state.ok.us] Sent: Thursday, August 13, 2009 10:08 AM To: solr-user@lucene.apache.org Subject: Curl error 26 failed creating formpost data I am trying to use the curl command located on the Extracting Request Handler on the Solr Wiki. I am using the command in the following way: curl "http://echo12:8983/solr/update/extract?literal.id=doc1&uprefix=attr&map .content=attr_content&commit=true" -F "myfi...@../../BadNews.doc" echo12 is the server where Solr is located and the BadNews.doc is located in the exampledocs directory. When I execute this command I get the following error message: curl: (26) failed creating formpost data. Can someone please direct me to where I can find the way to correct this error? Kevin Miller Web Services