AspDotNetStorefront – Changing Max File Upload Size

In Asp.Net StoreFront – You can change it by editing the file here:

/RadControls/Editor/ConfigFile.xml
Properties:
MaxImageSize
MaxFlashSize
MaxMediaSize
MaxDocumentSize
MaxTemplateSize

Who wants 2K images anyway!

Set them to a higher or lower value depending on what you need to happen.

Facebooktwittergoogle_pluspinterest

2 thoughts on “AspDotNetStorefront – Changing Max File Upload Size”

    1. I’m not sure, I would think it would be a similar process.

      Also, you should check your web.conf for:
      <httpRuntime
      executionTimeout="3600"
      maxRequestLength="102400"
      />

Comments are closed.