Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548249
PhabricatorFileEditField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
501 B
Referenced Files
None
Subscribers
None
PhabricatorFileEditField.php
View Options
<?php
final
class
PhabricatorFileEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
new
PHUIFormFileControl
();
}
protected
function
newHTTPParameterType
()
{
return
new
AphrontFileHTTPParameterType
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitPHIDParameterType
();
}
public
function
appendToForm
(
AphrontFormView
$form
)
{
$form
->
setEncType
(
'multipart/form-data'
);
return
parent
::
appendToForm
(
$form
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:46 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
108787
Default Alt Text
PhabricatorFileEditField.php (501 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment