Пример #1
0
 /**
  * Upload a copyedited file to the copyedit file folder.
  * @param $monographId integer
  * @param $fileName string the name of the file used in the POST form
  * @param $revisedFileId int
  * @return MonographFile
  */
 function &uploadCopyeditResponseFile($monographId, $fileName, $revisedFileId = null)
 {
     return MonographFileManager::_handleUpload($monographId, $fileName, MONOGRAPH_FILE_COPYEDIT_RESPONSE, $revisedFileId);
 }