Upload a file CDN
Last updated
Was this helpful?
Last updated
Was this helpful?
The CdnPathType variable is the root folder of the uploaded file in the CDN. By default, it is set to "User". For further information, visit here: https://whitepaper.jframework.io/other-concepts/cdn/cdn-storage
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
This is used to authenticate the request. If the request is not authenticated, the server will return a 401 Unauthorized response.
YOUR_AUTH_KEY
This is the z-order of the uploaded file. By default, the value is 0. E.g. 1, 2, 3, etc.
This contains the file to upload.
This is used to change the saving file name. E.g. "profile.jpg", "feedback.png", etc. Note: If this is not set, the file name will be the same as the uploaded file name.
This is the prefix folder before the file name. E.g. "profile", "assets", etc.
This is the object reference of the uploaded file. This is used to reference the object.
This is the reference id of the uploaded file. This is used to reference the Id of the object.
This is the notes of the uploaded file. E.g. "Profile picture", "Feedback screenshot", etc.
This is the tags of the uploaded file. E.g. "#MyProfile", "#Feedback", etc.
The test mode of the file upload.