Seems like cfs-filesystemfile.ashx works great for me, but files referenced using cfs-file.ashx report as not being found - avatars don't show up in particular.
I altered the web.config as a test:
<add verb="GET" name="cfs-file" path="cfs-file.ashx" type="CommunityServer.Components.FileHttpHandler, CommunityServer.Components"/><add verb="GET" name="cfs-filesystemfile" path="cfs-filesystemfile.ashx" type="CommunityServer.Components.FileSystemFileStorageHttpHandler, CommunityServer.Components"/>
to
<add verb="GET" name="cfs-file" path="cfs-file.ashx" type="CommunityServer.Components.FileSystemFileStorageHttpHandler, CommunityServer.Components"/> <add verb="GET" name="cfs-filesystemfile" path="cfs-filesystemfile.ashx" type="CommunityServer.Components.FileSystemFileStorageHttpHandler, CommunityServer.Components"/>
Now my avatars show up, but my upload funtionality fails (I'm not surprised though as this was simply meant to test the functionality and not fix it), so I changed it back.
Any thoughts?
Have you tried upgrading to CS2008 SP1 - you can find the upgrade files at the top of the "Community Server Service Packs" section at http://get.communityserver.com/download/moredownloads.aspx.
CS Documentation - now available in downloadable PDF form
My CS Site
Thanks for the tip! I'll give that a shot.
I also noticed that the avatars on this forum actually use the cfs-filesystemfile.ashx method rather than what was the default on my install.
The avatars on this site use cfs-file.ashx - http://dev.communityserver.com/cfs-file.ashx/__key/CommunityServer.Components.Avatars/00.00.10.29.74/avatar.jpg
Two things that I've also remembered
I am indeed using SSL.
That's odd... when I clicked "View Image" in my Firefox context menu, it showed up as the cfs-filesystemfile, but after reading your post, I inspected the code, and sure enough, they're cfs-file.
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com