2015-10-15 22 views

回答

0

我在windows上使用它,並且在Windows上curl實現必定有問題。

在Linux上工作正常 - 我只是沒想到在那裏嘗試。

0

我能解決這個問題。在我的例子

touch /foo 
touch /bar 
curl http://example.org -F "filename[0][email protected]/foo" 
curl http://example.org -F "filename[1][email protected]/bar" 

通知我演示發送多個文件,因爲我明白這是你用心去做。