Re: Errors when using Blob API

2018-07-04 Thread Zahra Aminolroaya
Thanks shawn. I removed the space from header because I got another error. I finally used "Content-Type: application/octet-stream" instead of 'Content-Type: application/octet-stream' and all of errors even the space limit error solved. -- Sent from:

Re: Errors when using Blob API

2018-07-03 Thread Shawn Heisey
On 7/3/2018 6:49 AM, Zahra Aminolroaya wrote: > I want to transfer my jar files to my ".system" collection in "Solrcloud". > One of my solr port is > > My jar file name is "norm", and the following is my command for this > transfer: > / > curl -X POST -H

Errors when using Blob API

2018-07-03 Thread Zahra Aminolroaya
I want to transfer my jar files to my ".system" collection in "Solrcloud". One of my solr port is My jar file name is "norm", and the following is my command for this transfer: / curl -X POST -H 'Content-Type:application/octet-stream' --data-binary @norm.jar