Upload/Download Documents Using Oracle Integration and VBCS
In this article, we will demonstrate how to build functionality that allows users to upload documents to an external database and download them later. This is a common requirement in many applications where document management is essential. The documents can be stored in various databases such as Oracle ATP, Oracle Database, or others.
The goal is to create a seamless integration where users can upload files, have them saved securely in the database, and then view or download those documents on demand through VBCS application.
Follow these steps to get started:
-
Create a Multi-part REST API with Two Endpoints:
-
Upload Endpoint: Accepts multi-part form data to upload files. The endpoint will respond with a document ID and status message confirming the upload.
-
Download Endpoint: Accepts the document ID and returns the document in base64-encoded format within a JSON response.
-
-
Register REST Endpoints in Oracle VBCS:
-
Register these REST endpoints in the VBCS application.
- Consume them to upload documents or download the uploaded documents.
-
Now, to start creating an end-to-end solution for your application, follow the video given below:
If you liked the article, please like, comment, and share
Further Readings
Building a new Redwood extension in Oracle Fusion using Visual Builder Studio
Embedding custom VBCS application in Oracle SaaS
Enabling Column Personalization in Dynamic Tables in Oracle Visual Builder
Customizing User Journey page using Visual Builder Studio | Oracle SaaS | Oracle VBCS
How to add a new App UI SaaS extension using Visual Builder Studio | Oracle Integration | OIC | VBCS