Upload Files Option Issues

From: <AmyAdmin discussions microsoft com>
Subject: Upload Files Option Issues
Date: Mon, 7 May 2007 15:10:01 -0700
Newsgroups: microsoft.public.sharepoint.portalserver

Hi there-

I have office 2003 and windows xp pro. I am running sharepoint server 2003. I had the upload mulitple files option then one day I didn't. I'm very confused and just can't seem to find out what happend. Please Advise.

Amy
--
Thanks for all the help in advance

**************************************

From: "Mike Walsh" <englantilainenathotmaildotcom>
Subject: Re: Upload Files Option Issues
Date: Tue, 8 May 2007 07:23:01 +0300
Newsgroups: microsoft.public.sharepoint.portalserver

You didn't say whether you are still using the same browser.

Upload multiple files won't be visible with Firefox and other similar browsers.

P.S. You presumably mean SharePoint *Portal* Server (2003) - "SharePoint Server" is 2007 (MOSS 2007).

Mike Walsh
WSS FAQ:
www.wssv3faq.com / wss.collutions.com
No private questions please (additions to FAQ welcome)

**************************************

From: <AmyAdmin
Subject: Re: Upload Files Option Issues
Date: Mon, 7 May 2007 22:00:01 -0700
Newsgroups: microsoft.public.sharepoint.portalserver

Yes sorry my magoo. I did mean Sharepoint Portal Server 2003. The problem is occuring with IE versions 5-7. It was there a couple of weeks ago when I was training the department, and now it's gone. I don't know what has happened. Is it possible a windows update could have affected this? Please advise...I'm simply stumped.

Thanks -Amy

**************************************

From: Sundher <sundher.ganesh atgmaildotcom>
Newsgroups: microsoft.public.sharepoint.portalserver
Subject: Re: Upload Files Option Issues
Date: 8 May 2007 08:01:12 -0700

Multiple file upload is a microsoft activex control which ships along with office 2003, ensure that you STSUPLD.dll in your office installatin folder.

**************************************

From: <AmyAdmin
Subject: Re: Upload Files Option Issues
Date: Tue, 8 May 2007 09:14:00 -0700
Newsgroups: microsoft.public.sharepoint.portalserver

Yes it's there in my Office 11 folder. Any more Ideas?

**************************************

From: Sundher <sundher.ganesh@gmail.com>
Newsgroups: microsoft.public.sharepoint.portalserver
Subject: Re: Upload Files Option Issues
Date: 8 May 2007 11:20:46 -0700

try the following sample piece of html code and check if that is working or not,

---- html code Begining---
<HTML>
<HEAD>
<SCRIPT LANGUAGE="javascript">
function MultipleUploadView()
{
    document.all.idUploadCtl.SetTreeViewColor("#FF0000");
    document.all("idMultipleView").style.display="inline";
}

function DocumentUpload()
{
    document.all.idUploadCtl.MultipleUpload();
}
</SCRIPT>


</HEAD>
<BODY>
<FORM>
<P CLASS="ms-toolbar">
   <A HREF="BLOCKED SCRIPTMultipleUploadView()"
      TARGET="_self">Upload Multiple Files</A>
</P>
<DIV ID=idMultipleView style='display:none'>
<P CLASS="ms-toolbar">
   <A HREF="BLOCKED SCRIPTDocumentUpload()"
      TARGET="_self">Save and Close</A>
</P>
<OBJECT id=idUploadCtl name=idUploadCtl
      CLASSID=CLSID:07B06095-5687-4d13-9E32-12B4259C9813
      WIDTH='100%' HEIGHT='350px'>
</OBJECT>
</DIV>
</FORM>
</BODY>
</HTML>
---- html code Ending---


If this does not work, I think you need to check for you[r] registy about the registration of STSupld.dll, if it is not found register that dll.

**************************************

From: <AmyAdmin
Subject: Re: Upload Files Option Issues
Date: Wed, 9 May 2007 08:36:00 -0700
Newsgroups: microsoft.public.sharepoint.portalserver

Yes that worked. I received a page that said upload mulitple files with a "allow to install active X" drop down. Does that mean it should be working fine?

Amy
--
Thanks for all the help in advance

End slug

Posted using BlogJet

Published Friday, May 25, 2007 6:29 PM by OBTS
Filed under: