Page MenuHomePhabricator

AphrontFormFileControl.php
No OneTemporary

AphrontFormFileControl.php

<?php
final class AphrontFormFileControl extends AphrontFormControl {
protected function getCustomControlClass() {
return 'aphront-form-file-text';
}
protected function renderInput() {
return phutil_tag(
'input',
array(
'type' => 'file',
'name' => $this->getName(),
'disabled' => $this->getDisabled() ? 'disabled' : null,
));
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 31, 11:30 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16389830
Default Alt Text
AphrontFormFileControl.php (403 B)

Event Timeline