Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

Version 1 Current »

N2 can store uploaded files (attachments) within the database or in the filesystem.

The default is to store attachments in the filesystem.

If you want to store attachments in the database, you need to add this to your web.config:

<database><files storageLocation="database" />