Hi,
Anyone serving files out of a MSSQL blob field in the _sendfile method?
I have saved a jpg to the blob field and in the _sendfile method check if it is being requested and try to serve it up using the following code from example 40...
loc:found = BF:Bin{prop:size}
sendstring &= new(string(loc:found))
sendstring = BF:Bin[1: loc:found]
self._SendMemory(sendString,loc:found)
dispose(sendString)