Prado\Web\UI\ActiveControls\TActiveFileUpload::getAutoPostBack PHP Method

getAutoPostBack() public method

public getAutoPostBack ( ) : boolean
return boolean a value indicating whether an automatic callback to the server will occur whenever the user modifies the text in the TTextBox control and then tabs out of the component. Defaults to true. Note: When set to false, you will need to trigger the callback yourself.
    public function getAutoPostBack()
    {
        return $this->getViewState('AutoPostBack', true);
    }