Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105923817
PholioDropUploadController.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, Mar 20, 20:59
Size
309 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 20:59 (2 d)
Engine
blob
Format
Raw Data
Handle
25073178
Attached To
rPH Phabricator
PholioDropUploadController.php
View Options
<?php
/**
* @group pholio
*/
final
class
PholioDropUploadController
extends
PholioController
{
public
function
processRequest
()
{
return
$this
->
delegateToController
(
id
(
new
PhabricatorFileDropUploadController
(
$this
->
getRequest
()))
->
setViewObject
(
new
PholioUploadedImageView
()));
}
}
Event Timeline
Log In to Comment