Is it possible to change the storage media of upload folder in EPiServer 4.x?
We want to store all the uploaded files in the database instead on the disk folder.
Thanks,
Martin Kulov
ProPeople
www.propeople.dk
It's possible.
Probably not very well documented though, start looking at EPiServer.FileSystem.Handler namespace in the SDK.
There might be some documents in the technical notes section of the EPiServer Knowledge Center as there has been a lot of development to access different filesystems. Sharepoint, Notes etc.
Regards
HAXEN
Thanks Hakan,
I already found the document, however was wondering if EPiServer have implemented such a handler already.
I do not want to discover the wheel.
EPiServer, is there a handler that allows us to store images from the upload folder to the EPiServer database?
Thanks,
Martin