-
Notifications
You must be signed in to change notification settings - Fork 1
Upload Files
Daniil Tsarev edited this page Mar 29, 2019
·
2 revisions
To upload a file to FileStorage, use the POST
request {host:port}/app-portal/api/upload
with the following parameters:
- s − current session ID.
- name - file name
- ext - file extension
- size - file size in bytes
File is sent in the request body.