2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Filemakerで[URLから挿入]でファイルをアップロードする

Posted at

結論

multipart/form-dataで送信するには、cURLオプション-Fをつかいます。

-F image=@$file

$fileには、オブジェクトフィールドを転記しておいてください。
imageは、フィールド名なのでアップロード先にの仕様に合わせてください。

経緯

multipart/form-dataで送信しようとしたところ嵌まりましたので、解決先を載せておきます。
Filemakerの[URLから挿入]でファイルをアップロードする方法を調べると、
公式でもcURLオプションで--upload-file $fileを使うように書いてありますが、リクエストヘッダのcontent-typeがapplication/jsonになってしまいます。

環境

Filemaker 19

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?