Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: "upload multi file" works wrong

$
0
0
i will send you the zip file , wait a moment , please

i've done the same thing and the same file with elder version of CompositeC1 , it works correctly,

i have modified /Composite/Web.config because i want to upload large meida file :
<configuration>

 <system.webServer>

   <security>

     <requestFiltering>

       <requestLimits maxAllowedContentLength="1073741824" />

     </requestFiltering>

   </security>

 </system.webServer>

 <system.web>

   <httpRuntime maxRequestLength="1048576" requestLengthDiskThreshold="1048576" />

 </system.web>

</configuration>

Viewing all articles
Browse latest Browse all 2540

Trending Articles