I would still love to see the .net image gallery integrated into this program. However, I am working on a temporary fix for my situation now. I am allowing the user to upload the image at the original size, then I have a .net script to place the image into the webpage that will resize it. For example, if I want to place the image test.jpg into the page, I would use <img src="http://www.mydomain.com/showimage.aspx?img='imagepath & filename'&width=100&height=100">. This would run the image through the script and show an image that is 100X100 without just resizing the huge image. I can get the editor to place the <img src="http://www.mydomain.com/showimage.aspx?img='imagepath & filename'">, however I have not figured out how to take the width & height input values from the user and complete the path. Basically, I would like to take the width & height values and add them to the path of the image, instead of making them a width and height value for the image.
Hope that makes sense. The better option would probably still be the integration of the .net image gallery, however this would work for now if it is possible.
Thanks.