forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update hint for big file upload * Do not delete big file after upload by default - changed cfg property. * Refactored checking if the file should be deleted after upload. * Remove big file metadata after every save metadata
- Loading branch information
1 parent
9d10a72
commit 6f37b8d
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,8 +64,8 @@ lr.help.mail = [email protected] | |
lr.help.phone = 0000 | ||
|
||
# Admin could upload the file bigger than maximum upload size. | ||
# Should be this big file deleted from the '/temp' folder? | ||
delete.big.file.after.upload = true | ||
# Should be this big file deleted from where it was uploaded? | ||
delete.big.file.after.upload = false | ||
|
||
|
||
##### BITSTREAM DOWNLOAD ##### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters