SharePoint Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1895 Page Views: 

What is the maximum file size that can be uploaded into a SharePoint document library?



Posted By: Avi Date: 6 August 2009 03:51:34 AM
 Answer:

By default a file with size 50 MB can be uploaded to a SharepOint Document Library (WSS 3.0), but it can be configured to support upto 2,048 MB (2GB).


Posted By: eTechPlanet


Date: 6 August 2009 03:51:34 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image gTfxYx
Related Questions
SharePoint : What are major components of SharePoint Excel Services?

What are major components of SharePoint Excel Services?

There are three core Excel Services components: 1) Excel Web Access: Excel Web Access is an Excel S....
Category: SharePoint Date: 11/25/2009 6:14:37 AM
SharePoint : Explain SharePoint Excel Services?

Explain SharePoint Excel Services?

Excel Services is built on ASP.NET 2.0 and Office SharePoint Server 2007. It allows developers to lo....
Category: SharePoint Date: 11/25/2009 6:08:19 AM
SharePoint : Write the STSADM command to add the solution file (.wsp, .cab, .wpp) to the solution store in SharePoint 2007?

Write the STSADM command to add the solution file (.wsp, .cab, .wpp) to the solution store in ShareP....

Following STSADM command can be used to add the solution file (.wsp, .cab, .wpp) to the solution sto....
Category: SharePoint Date: 11/18/2009 7:03:06 AM
SharePoint : What are the correct values for Scope for a Feature in SharePoint 2007?

What are the correct values for Scope for a Feature in SharePoint 2007?

Scope of a Feature in SharePoint 2007 can have one of thr following: 1) Farm 2) WebApplication 3) S....
Category: SharePoint Date: 11/18/2009 6:44:35 AM
SharePoint : Write code in C# to fetch all the data from SharePoint Custom List?

Write code in C# to fetch all the data from SharePoint Custom List?

SPSite objSite = new SPSite("http://servername:1234"); SPWeb objWeb = objSite.OpenWeb(); S....
Category: SharePoint Date: 11/18/2009 6:35:44 AM