Skip to content

Commit

Permalink
Add the admin only field enabling large fileupload
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarko committed Nov 12, 2024
1 parent 90fe4af commit d9fed76
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dspace/config/submission-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,23 @@
</field>
</row>

<row>
<field>
<dc-schema>local</dc-schema>
<dc-element>bitstream</dc-element>
<dc-qualifier>redirectToURL</dc-qualifier>
<repeatable>false</repeatable>
<label>Big file URL</label>
<input-type>onebox</input-type>
<hint>The maximum filesize for users is 10GB. To add a file bigger than that,
an admin can add the file to the server and provide its path here.
Then click on the 'Save' button and the file will start to upload.
</hint>
<required/>
<acl>policy=deny,action=read,grantee-type=user,grantee-id=*</acl>
</field>
</row>

</form>

<!-- Form which defines the first page/section of the "traditional" DSpace submission process,
Expand Down

0 comments on commit d9fed76

Please sign in to comment.