Public Path Check
For Image and File Upload Control properties, in the Cals solution, files are typically stored in the S3 Private path by default. However, if you need to store them in a Public path for business purposes and share that location with external parties, you can enable the Public Path Check attribute (set to YES) to make it available. How to Use
[Image1. Public Patch Check property of Image Upload Control]
When the Public Path Check attribute is enabled for Image and File Upload Controls, data is stored in the public_full_path fields of qt_obj_img
and qt_obj_file
[Image2. DB Save Example]
Furthermoe, when querying a component that includes image uploads or file uploads, developers can inspect the full path in the response of CalsComWebCommonSelectData
in the preview of developers tools. This path allows for downloading files using the provided path.
[Image3. Example of Developer Tools Verification]
- When Public Path Check is not enabled, only private information inaccessible to users is displayed.
- When Public Path Check is enabled, the accessible path of uploaded file is displayed.