I saw that the demo site allows uploading of images to the database binary columns. I need a slightly different functionality.
Do you support the case when the database stores only the file name while the file data is uploaded to a folder?
<appSettings> <add key="SDBF_UploadDirectory" value="~/UploadDir/"/></appSettings>