Hi,
I am developing a website where user will select images from their computer and a preview of images will be shown to them before any data is sent to server. I used File API for this and I am storing base64 data of images in an javascript array for sending to server. However, if I upload very big images say of size 15MB then after reading 4 images sometimes the next image isn't getting loaded. The debugger shows "script 14: not enough storage available to complete this operation". But this is working fine on other browsers. I am pulling my hair over this for a week now. Is their any restriction on the storage IE allocates to each website?