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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -