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 :
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>