2024 Nov 19 8:34 AM - edited 2024 Nov 19 8:54 AM
Subject: Issue with Handling Large Files in Fiori Application File Upload
Hi all,
I’m currently developing a Fiori application that involves file upload and download functionalities. During the file upload process, the document or file is converted into a Base64 string and sent to the SAP backend service.
However, I’m facing an issue: the Base64 string is being stored as a STRING type in the backend. While a STRING in SAP can handle up to 999,999 characters, the Base64 string of a 2 MB file exceeds this limit, often reaching around 2.1 million characters.
This limitation is causing errors or incomplete data storage in the backend.
Has anyone encountered a similar challenge or have suggestions to resolve this issue?
I’d appreciate any ideas or best practices for handling large file uploads effectively, including alternative approaches to storing and processing these files in the backend.
Thank you in advance for your insights!
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.