I have a request to create an application that allows up to 20,000 images to be uploaded and displayed on a component using a DataGroup using a TileLayout. It starts out displaying the images 10px x 10px, then, as you mouse over it, it explands to 50px x 50px. The application starts by displaying a logo taken from a single image, then as people upload their images to specific places, the logo is replaced.
As you can imagine, the application crashes if I go above 1000 images. Any way to do that and not have it blow up?

