asp.net - Uploading digital products with size more than 5MB in nopCommerce results "Upload failed" error -


i have shop digital products built nopcommerce (a famous eccommerce software). uploading digital products size more 5mb results "upload failed" erro, solution?

first of all, check nopcommerce setting catalogsettings.fileuploadmaximumsizebytes.

second can try edit web.config folows

  <system.webserver>     <security>       <requestfiltering>         <requestlimits maxallowedcontentlength="52428800" /> <!--50mb-->       </requestfiltering>     </security>   </system.webserver> 

Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -