Here, i'm talking about Ajax uploader for asp.net mvc 3 project, the easiest way to reproduce this bug is to put an uploader in a modal jquery dialog. typically such a dialog will have a zindex of 1000. i think the source of the issue is the zindex of the created div "uploaderObjectContainer". it has a zindex of 5. even if i change its zindex using firebug, it returns to 5 automatically. Is there a way to control that z index(to somehow set it at the init of the uploader).
thanks