Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112691734
PhabricatorFileUploadDialogController.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
Mon, May 12, 08:13
Size
410 B
Mime Type
text/x-php
Expires
Wed, May 14, 08:13 (2 d)
Engine
blob
Format
Raw Data
Handle
26092461
Attached To
rPH Phabricator
PhabricatorFileUploadDialogController.php
View Options
<?php
final
class
PhabricatorFileUploadDialogController
extends
PhabricatorFileController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
$viewer
=
$request
->
getViewer
();
return
$this
->
newDialog
()
->
setTitle
(
pht
(
'Upload File'
))
->
appendChild
(
pht
(
'To add files, drag and drop them into the comment text area.'
))
->
addCancelButton
(
'/'
,
pht
(
'Close'
));
}
}
Event Timeline
Log In to Comment