<div dir="ltr"><div>Hi</div><div><br></div>I am trying to upload file to container using REST API and I get the following error:<div><br></div><div>curl -s -k -X POST -d "@test" --cert client.crt --key client.key <a href="https://192.168.10.155:8443/1.0/containers/test/files?path=/tmp/test">https://192.168.10.155:8443/1.0/containers/test/files?path=/tmp/test</a><br></div><div><br></div><div><div>015/07/15 17:17:31 handling POST /1.0/containers/test/files?path=/tmp/test</div><div>2015/07/15 17:17:31 </div><div><span class="" style="white-space:pre">   </span>{</div><div><span class="" style="white-space:pre">          </span>"error": "strconv.ParseInt: parsing \"\": invalid syntax",</div><div><span class="" style="white-space:pre">           </span>"error_code": 400,</div><div><span class="" style="white-space:pre">               </span>"type": "error"</div><div><span class="" style="white-space:pre">        </span>}</div></div><div><br></div><div><br></div><div>Does anyone know if I have syntax error or is this a bug?</div><div><br></div><div>Thanks</div></div>