At the moment, "Host Settings / Host Setup / Use file table" isn't ticked so our attachments are all stored as files in the uploads folder.
I'd like to change this, and store the attachments in SQL server, mainly so that I can use full-text search on PDFs.
I assume that this means that yaf_Attachment.Filedata will need to be populated with the file contents. Does anyone already have a script that will do this?