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

Uploading Images Into Hana Table With OData Service

Former Member
0 Likes
820

I am currently building a UI5 web application and implementing an uploading functionality to insert images into a Hana table.

At this point I am trying to use the FileUploader to insert an image using my OData service.

From examples I've seen online, most developers use prepared statements to upload the image. OData seems more secure, which is why I rather go with this technology; however, I have not seen any one do this.

Is this possible?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hello Landon,

XS oData does not support Large Objects BLOB as a datatype.

Hence, this is not possible through oData.

Go through 7.1.8 for more details:

http://help.sap.com/hana/sap_hana_developer_guide_en.pdf

necatihan
Explorer
0 Likes
useless

Answers (1)

Answers (1)

sreehari_vpillai
Active Contributor
0 Likes

Hi Landon,

Better you build a XSJS service and attach the xsjs url to the file uploader . Below thread and blog will hep you . Cheers

Sree