Class UploadControl
	
	
Text box and browse button that allow users to select a file to upload to the
server.
	 
	
		- 
			Nette\Object
			
			
			
		
- 
			 Nette\ComponentModel\Component
			
			 implements 
				Nette\ComponentModel\IComponent Nette\ComponentModel\Component
			
			 implements 
				Nette\ComponentModel\IComponent
- 
			 Nette\Forms\Controls\BaseControl
			
			 implements 
				Nette\Forms\IControl Nette\Forms\Controls\BaseControl
			
			 implements 
				Nette\Forms\IControl
- 
			 Nette\Forms\Controls\UploadControl Nette\Forms\Controls\UploadControl
	Methods summary
	
		| 
			 public 
			
			
			 | 
		#
		__construct( string $label = NULL, boolean $multiple = FALSE )
			
		 
			
				Parameters
					$labellabel$multipleto upload multiple filesOverrides | 
	
		| 
			 protected 
			
			
			 | 
		#
		attached( Nette\ComponentModel\IComponent$form )
			
This method will be called when the component (or component's parent) becomes
attached to a monitored object. Do not call this method yourself. 
			
This method will be called when the component (or component's parent) becomes
attached to a monitored object. Do not call this method yourself. ParametersOverrides | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			string
			
			 | 
		#
		getHtmlName( )
			
Returns HTML name of control. 
			
Returns HTML name of control. Returns
					stringstring
 
 Overrides | 
	
		| 
			 public 
			boolean
			
			 | 
		#
		isFilled( )
			
Has been any file uploaded? 
			
Has been any file uploaded? Returns
					booleanbool
 
 Overrides | 
	
		| 
			 public 
			boolean
			
			 | 
		#
		isOk( )
			
Have been all files succesfully uploaded? 
			
Have been all files succesfully uploaded? Returns
					booleanbool
 
 | 
	
	
	Methods inherited from Nette\Forms\Controls\BaseControl
	
		| 
			addCondition(), 
			addConditionOn(), 
			addError(), 
			addRule(), 
			cleanErrors(), 
			exportRules(), 
			getControl(), 
			getControlPrototype(), 
			getError(), 
			getErrors(), 
			getForm(), 
			getHtmlId(), 
			getHttpData(), 
			getLabel(), 
			getLabelPrototype(), 
			getOption(), 
			getOptions(), 
			getRules(), 
			getTranslator(), 
			getValue(), 
			hasErrors(), 
			isDisabled(), 
			isOmitted(), 
			isRequired(), 
			setAttribute(), 
			setDefaultValue(), 
			setDisabled(), 
			setHtmlAttribute(), 
			setHtmlId(), 
			setOmitted(), 
			setOption(), 
			setRequired(), 
			setTranslator(), 
			translate(), 
			validate()
		 | 
	
	
	Methods inherited from Nette\ComponentModel\Component
	
		| 
			__clone(), 
			__sleep(), 
			__wakeup(), 
			detached(), 
			getName(), 
			getParent(), 
			lookup(), 
			lookupPath(), 
			monitor(), 
			unmonitor(), 
			validateParent()
		 | 
	
	
	
	
	
	
	
	Magic properties inherited from Nette\Forms\Controls\BaseControl
	
		| 
			$control, 
			$controlPrototype, 
			$disabled, 
			$errors, 
			$form, 
			$htmlId, 
			$htmlName, 
			$label, 
			$labelPrototype, 
			$omitted, 
			$required, 
			$value
		 |