Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91748084
PhabricatorFileEditField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 14, 01:55
Size
501 B
Mime Type
text/x-php
Expires
Sat, Nov 16, 01:55 (2 d)
Engine
blob
Format
Raw Data
Handle
22284661
Attached To
rPH Phabricator
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
);
}
}
Event Timeline
Log In to Comment