getViewer(); $dialog = id(new AphrontDialogView()) ->setUser($viewer) ->setTitle(pht('Upload File')) ->appendChild(pht( 'To add files, drag and drop them into the comment text area.')) ->addCancelButton('/', pht('Close')); return id(new AphrontDialogResponse())->setDialog($dialog); } }