We have an ASP.NET application developed with Infragistics NetAdvantage for ASP.NET 6.2 that has an HtmlEditor control that allows images to be uploaded. Works great and has no problems. However, we just created a new ASP.NET application that uses the 8.2 version of the IG controls (with the latest hotfix applied). When we run the application and click the image upload button, we get a very "plain" looking popup window that just lists images in the UploadedFilesDirectory and shows a preview when you click it:
Looks like permissions are OK because I can see the test image (junk.gif) I manually copied to the upload folder and it renders the preview correctly when clicked, but there are no buttons or other controls to upload an image or accept the selected image to the HtmlEditor control. I looked through the help documentation and the forums but did not find any mention of anything different with this popup in the newer version.
Any guidance on what I am doing wrong here?
Thanks, Chuck
Sorry gang, I forgot to post an update sooner. The problem was entirely in our code. Apparently, we have had an explicit size for the insert image pop-up dialog in a .skin file all along, and it just did not cause any problems in the previous versions. I don't even know why we had this in there; it was not really needed since the dialog sizes itself nicely by default. So bottom line is 'no issue" and everything looks great! Thanks, Chuck