{type:"fieldset", width:338, inputTop:0, offsetLeft:103, inputLeft:0, position:"absolute", name:"uploader_block", label:"Label", hidden:true, list:[
{type:"upload", name:"uploader", autoStart:true, titleText:"any text here...", inputWidth:335, inputHeight:150, url:"any URL here..."}
]},
While loading the form the fieldset is hidden.
Make it visible with “myinputform.showItem(“uploader_block”);” works - the fieldset is visible, the upload button is vissible but titleText is not visible.