| Perfil de BradSharePoint BlogFotosBlogListas | Ayuda |
|
07 agosto Redirecting users to a File Share from within SharePointJust a quick note - you can use a dash of JavaScript and a splash of HTML to redirect users to a UNC path on a file share. We had an issue recently where a user wanted to load 400MB of reference material onto a SharePoint team site. Instead of allowing this travesty to go ahead, I compromised and wrote up the following htm file that did what they wanted without filling my Site's space... It was data that was also being indexed by SharePoint on the file share, so it made sense to keep it there.
<script type="text/javascript">
<!-- window.location = "file://<Server Name>/DATA$/IT/Planning & Design Phase/2. Workstreams"; //delay setTimeout("history.back()",2000);
//--> </script> Save it as a .htm file.
What this does is it opens a file manager window pointing to your UNC path, then after 2 seconds goes back in history on your browser (otherwise the users see a white page and don't know what to do...).
B ComentariosPara agregar un comentario, inicia sesión con tu cuenta de Windows Live ID (si utilizas Hotmail, Messenger o Xbox LIVE, ya tienes una cuenta de Windows Live ID). Iniciar sesión ¿No tienes una cuenta de Windows Live ID? Regístrate Vínculos de referenciaLa dirección URL del vínculo de referencia de esta entrada es: http://sharepointblog.spaces.live.com/blog/cns!74C8FB1191265567!577.trak Weblogs que hacen referencia a esta entrada
|
|
|