Hi All,
Canvas has height/width restriction for IE only. It accepts image height and width as 8192 pixels irrespective of the image size. If height/width exceeds then “out of memory" or "Not enough storage is available to complete this operation" issues occur while drawing image on canvas.
So how to decrease height & width so that canvas won't have any issue with image uploading for IE only.