Upload media without been accessable in media module

Is it possible to upload media from a custom made GUI and store in Litium without them appearing in the media-module in backoffice? In that case how to I do that? Would appreciate code sample.

Any documentation about how the blobservice and fileservice work in combination with each other?


Litium version: [7.3.4]

You can use BlobService to create your own file, in your own blob container.

The BlobService is built as the backend for persisting the blob-stream that are connected to the file. If we think of automatic generation of resized images etc they also need to have the corresponding file with all the metadata in.

I think it’s better that you trying to find a good way to store your uploaded files outside Litium if they not should be visible and used inside Litium.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.