HTTP API - MMS File Upload

From Ultiroam User Docs
Revision as of 22:59, 2 May 2024 by Administrator (talk | contribs) (Created page with "=== 9.1         Request === '''POST <nowiki>https://gateway_ip/api/mms_file/file{0..31}</nowiki>''' '''Use HTTP Post to upload a file to the gateway, file name should be file0, file1, ...''' === 9.2         Example === ====== Request: ====== curl -H "Content-Type: multipart/form-data" -F "file=@filename"  <nowiki>http://gateway_ip/api/mms_file/file0</nowiki>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

9.1         Request

POST https://gateway_ip/api/mms_file/file{0..31}

Use HTTP Post to upload a file to the gateway, file name should be file0, file1, ...

9.2         Example

Request:

curl -H "Content-Type: multipart/form-data" -F "file=@filename"  http://gateway_ip/api/mms_file/file0