You need to upgrade your Adobe Flash Player.
I-Load allows the final user to crop, resize and rotate/flip
images which must respect all the constraints of width, height,
aspect ratio, file size and format that you need
.

Step 1 - Setup your image size constraints:


360 x 240 px

Fixed size constraints

Width (px):
Height (px):







Step 2 - Preview the selected configuration:





Configuration code:
   1:  WebImageDefinition definition1 = new WebImageDefinition("Default", "Default");
   2:  ILoad1.Configuration.WebImageDefinitions.Clear();
   3:  ILoad1.Configuration.WebImageDefinitions.Add(definition1);
   4:  definition1.SizeConstraint.Mode = WebImageSizeConstraintMode.FixedSize;
   5:  definition1.SizeConstraint.FixedSizeData.Size = new System.Drawing.Size(360, 240);
I-Load demo configuration:
- Upload file size limit: 2 MB
- Accepted image formats: JPG, GIF, PNG, BMP
- Min - Max configurable image size (width / height): 10 - 2000 px