HTTP API - MMS File Upload

From Ultiroam User Docs
Jump to navigation Jump to search

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

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

Example:

Request:

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