View Full Version : Limit saving certain file type


Luca
Hi all.

I hope this is the correct ng where to post this kind of message....

Under Win2K Server I need to limit my users to save only certain file type
into certain folders.
I mean: if a user try to save, in a certain folder, for eg., a DOC file then
the system accept it, if a user try to save, in the same folder, an XLS
file, the system reject it. A check on extension (.doc, .xls) is enought.
Is there a way to do that?
Thank you,
Luca



Roger Abell
You would need to write or acquire code to do this,
it is not a feature included in the delivered OS bits.

--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCSE (W2k3,W2k,Nt4) MCDBA
"Luca" wrote in message
news:YEqgc.95727$rM4.3755678@news4.tin.it...
> Hi all.
>
> I hope this is the correct ng where to post this kind of message....
>
> Under Win2K Server I need to limit my users to save only certain file type
> into certain folders.
> I mean: if a user try to save, in a certain folder, for eg., a DOC file
then
> the system accept it, if a user try to save, in the same folder, an XLS
> file, the system reject it. A check on extension (.doc, .xls) is enought.
> Is there a way to do that?
> Thank you,
> Luca
>
>



Luca

"Roger Abell" ha scritto nel messaggio
news:uPF0xoSJEHA.268@TK2MSFTNGP11.phx.gbl...
> You would need to write or acquire code to do this,
> it is not a feature included in the delivered OS bits.
>

Thank you