Web Application - CreateBlob Method

Create a BLOB

Member of Web Application (PRIM_WEB.Application)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringThe resulting BLOB
Data*InputUnicode StringBase64 data string
MimeType*InputUnicode StringFile mime type

Details

The CreateBlob method converts a Base64 encoded string in to a LANSA Blob variable.
 
The MimeType parameter requires any value from the standardized set of MimeTypes e.g.
 
image/jpeg
application/pdf
text/plain
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2