Forum
Merhaba
Sharepoint 2016 içinde bir document library ye bir seferde upload edilebilecek maximum dosya boyutu nedir (tek bir dosya en fazla kaç mb yada gb olabilir )ve bir document library içerisine toplamda kaç gb dosya upload edilebilir yani kapasitesi nedir bilgi verirseniz sevinirim.
teşekkürler
Merhaba
Sharepoint 2016 içinde bir document library ye bir seferde upload edilebilecek maximum dosya boyutu nedir (tek bir dosya en fazla kaç mb yada gb olabilir )ve bir document library içerisine toplamda kaç gb dosya upload edilebilir yani kapasitesi nedir bilgi verirseniz sevinirim.
teşekkürler
Merhaba
- SharePoint on premises prior to SharePoint 2016: 2 gigabytes.
- SharePoint 2016: 10 gigabytes.
- Office 365: 15 gigabytes.
şeklinde dokünate edilmiş durumda. on premde bu limit leri aşağıdaki şekilde değiştirebiliyorsunuz ama default değer bence yeterli
Central Administration:
Application Management
Manage Web Applications
Click in the line for your web application (but not it's hyperlink)
In the ribbon click General Settings and General Settings
Enter a value for "Maximum upload size" in megabytes
Click OK.
PowerShell: (MaximumFileSize is in megabytes.)
$webapp = Get-SPWebApplication http://yourWebAppRootUrl
$webapp.MaximumFileSize = 500 # 500mb
$webapp.Update()
Saygılar
ProfectSoft Yazılım ve Danışmanlık Hizmetleri
LogPusher & Bifyou E-Commerce System
www.profectsoft.com