差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
java:ant:http_methods [2018/10/27 17:55]
tony [HTTP PUT]
java:ant:http_methods [2018/10/27 17:56]
tony [HTTP PUT]
行 22: 行 22:
  </​target>​  </​target>​
 </​code>​ </​code>​
-假如你要上傳的檔案非文字檔而是二進位檔,如執行檔、zip檔等,記得要在entity宣告binary=true:+假如你要上傳的檔案非文字檔而是二進位檔,如執行檔、zip檔等,記得要在entity宣告binarytrue:
 <code xml> <code xml>
 <entity file="​test.zip"​ binary="​true"/>​ <entity file="​test.zip"​ binary="​true"/>​