cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP fiori application 2mb file size issue

sreeviswa_01
Discoverer
0 Likes
537

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!

Accepted Solutions (0)

Answers (0)