Re: [fw-general] Input (file) from ini

2009-03-02 Thread Bob O
ive even gone this route in the controller with no luck $logo = $this->_advertiserCreateForm->getElement('logo'); $logo->setAttribs(array("size"=>13)) ->setDestination('usr/logos') ->addValidator('Size', false, 102400) // limit to 100K ->setMaxFileS

[fw-general] Input (file) from ini

2009-03-01 Thread Bob O
hello, im having trouble getting my file input field to get the attribs from my ini file i get the element to display, but the attribs do not.. here is my code reseller.advertiserCreate.elements.logo.type = "file" reseller.advertiserCreate.elements.logo.options.label = "Logo:" reseller.adverti