Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of local.bitstream.redirectToURL #621

Closed
milanmajchrak opened this issue Apr 9, 2024 · 2 comments
Closed

Usage of local.bitstream.redirectToURL #621

milanmajchrak opened this issue Apr 9, 2024 · 2 comments
Assignees

Comments

@milanmajchrak
Copy link
Collaborator

milanmajchrak commented Apr 9, 2024

PR: #647

It is used for uploading big file using a path in v7.
Check original issue: ufal#1094

@milanmajchrak
Copy link
Collaborator Author

milanmajchrak commented Apr 30, 2024

Refactoring of uploading the big file is needed:
1. Input field for big file won't be defined in the submission-forms.xml
2. The big file upload step will be added into Upload step
- add a two input fields (file path, file description) there
- add a button Add file there
3. After clicking on the Add file button the file will be upload

Note:
- bigfile Item's metadata won't be deleted after upload
- this input field will be allow only for admin
- this approach allows the admin to upload more big files
- redirectToURL metadata is bitstream's level metadata, not item's

@milanmajchrak
Copy link
Collaborator Author

  • The Item's redirectToUrl metadata is removed after every upload
  • The cfg property which determines whether the file is removed after upload, was set to false, meaning "do not delete that file."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant