Custom Open/Save dialog box for WebDAV?

Custom Open/Save dialog box for WebDAV?

am 22.11.2007 21:53:05 von lexa

Is there a way to customize an Open or Save dialog box when you visit
a WebDAV location on IIS6 from MS Office applications in the same way
as it is done in SharePoint?

Re: Custom Open/Save dialog box for WebDAV?

am 23.11.2007 02:21:38 von David Wang

On Nov 22, 12:53 pm, Alexey Smirnov wrote:
> Is there a way to customize an Open or Save dialog box when you visit
> a WebDAV location on IIS6 from MS Office applications in the same way
> as it is done in SharePoint?


The open/save dialog of MS Office application is controlled by the
client, not IIS. Sharepoint is a web application "client" on IIS, so
it can control such dialog boxes. IIS has no idea nor control about
them.

My suspicion is no, users cannot customize MS Office application
dialogs.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: Custom Open/Save dialog box for WebDAV?

am 23.11.2007 08:45:20 von lexa

On Nov 23, 2:21 am, David Wang wrote:
> On Nov 22, 12:53 pm, Alexey Smirnov wrote:
>
> > Is there a way to customize an Open or Save dialog box when you visit
> > a WebDAV location on IIS6 from MS Office applications in the same way
> > as it is done in SharePoint?
>
> The open/save dialog of MS Office application is controlled by the
> client, not IIS. Sharepoint is a web application "client" on IIS, so
> it can control such dialog boxes. IIS has no idea nor control about
> them.
>
> My suspicion is no, users cannot customize MS Office application
> dialogs.
>
> //Davidhttp://w3-4u.blogspot.comhttp://blogs.msdn.com/David. Wang
> //

Thank you