There is a new branch called attachments that does some refactoring to how attachments work.
https://bugnet.codeplex.com/SourceControl/changeset/25669a440968
If you can, let us know if you fall into this situation where you have mixed storage types by project. Worst case I think we can whip up a console utility to move file system attachments into the database and vice versa.
https://bugnet.codeplex.com/SourceControl/changeset/25669a440968
- Configuration of storage type (database vs filesystem) is now at the application level instead of project level
- Attachments can be disabled / enabled at the app level, and the project level.
- Upload path can now be absolute C:\whatever or relative ~\Uploads.
-
Project upload path is set to a GUID by default when creating or cloning a project and cannot be changed
If you can, let us know if you fall into this situation where you have mixed storage types by project. Worst case I think we can whip up a console utility to move file system attachments into the database and vice versa.