Hi, is possible to change the size (width and height) with javascript dynamically?, i tryed with jquery:
$(document).ready(function () {
$("#FileManager1").css("width", "1200px");
});
but the frame (where the name, size, type, modification date is), does not fit
