0 What's the most appropriate storage type for a PDF? 1 Jez Hailwood posted 9 Years Ago I need to add a new file type for use with an extended attribute, but I'm not sure whether to choose FileSystem or Database as the storage type. If I chose FileSystem, where should I put the files?
Jez Hailwood 9 years ago So helpful, thanks! Would you recommend that I use ~/App_Data/Files as the root, or something like ~/App_Data/Files/MyNewFileType?
David Leigh 9 years ago I would use separate sub-directories, so you can keep related files together.
Jez Hailwood 9 years ago Thanks again. I don't suppose you know what happens if you change from database to file system storage when there are already files in the database?