<form enctype = "multipart/form-data"
action = "handlerUploadsText.php"
method = "post">
<input type = "hidden" name = "MAX_FILE_SIZE"
value = "5000000" />
<input type = "file" multiple = "multiple" name = "texts[]" />
<br/><br/>
<input type = "submit" value = "Отправить" />
</form>