Hello,
I have a dijit content pane inside of which I set the content to be a div. Into this div I create a new attachment editor.
I then create a feature layer and add an onload event in which I call queryFeatures after the layer has been loaded.
My question is as follows. Does attachment editor not work properly in IE9? The issue is that after I select a file in IE9, it does not do a "postback" and the page never "postbacks" to display that the file has been uploaded. Instead it just sits there and nothing happens although the file does indeed get uploaded. If I run the same code in Safari and Firefox everything works as intended. I select the file, it gets uploaded, and the control is refreshed to display the recently updated file.
Has anyone experienced any problems related to this?
Thank you,