English 中文(简体)
如何用 cur子把图像文档和json上载?
原标题:How do you upload a image file and a json with curl?

我试图利用指挥线曲线测试APIC。 该电话使用一些参数和图像档案。 难道我有办法用json文档来说明参数,并通过 cur使图像档案和json文档都上载到服务器?

最佳回答

http://www.cs.sunysb.edu/documentation/curl/index.html“rel=“nofollow”>。

In the POST (HTTP) part you ll find the answer to your question.

你们需要使用——F参数

问题回答

暂无回答




相关问题
Command Line Parameters

I m trying to add my file in Visual Studio as command line parameters. I know my code works since when I use fopen("whole path here", "r"), it runs. I then add the file as a command line parameter ...

Read from File, or STDIN

I ve written a command line utility that uses getopt for parsing arguments given on the command line. I would also like to have a filename be an optional argument, such as it is in other utilities ...

R - capturing elements of R output into text files

I am trying to run an analysis by invoking R through the command line as follows: R --no-save < SampleProgram.R > SampleProgram.opt For example, consider the simple R program below: mydata =...

热门标签