Q: Using the content management/publishing features of Site Server, we can
set it up to enable our users to publish to their relevant area's of our
intranet. We, like many organisations, use a directory structure where
images relating to a document are all stored in a subdirectory called
images.
Presently, it's possible to upload documents and the related images at once
but unfortunately these are then all dumped into the same directory.
Is it possible to somehow configure Site Server to stick all .gif and .jpg
into a images directory and if so how? Has anyone else done this - I'm sure
others have come across this before?
A: You need to detect file type and then write a function similar to
PublishFile which is found in LibCM.asp of $\Microsoft Site
Server\SiteServer\Publishing.
In this article, Shiva Manjunath shows us how to configure Site Server Direct Mailer, create test members and distribution lists, create template emails, and finally, create and run a Direct Mailer package to send the personalized emails to the target members. [Read This Article][Top]
This article written by Dina Berry explains how to add simple credit card validation to a pipeline in your Commerce site. The article shows you how to create the pipeline, how to add the pipeline to your ASP code and how to debug the pipeline. [Read This Article][Top]