-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[i858] - Enables chunked uploads for improved file upload reliability (…
…#982) * [i858] - Enables chunked uploads for improved file upload reliability and efficiency Issue: - notch8/adventist_knapsack#858 Chunked uploads allow large files to be uploaded in smaller parts, addressing common issues with file size limits, network interruptions, and server resource management. This change supports smoother, more reliable uploads for large files in Bulkrax. * Adds Hyrax file uploader to bagit, and xml partial * ♻️ Move common code into a shared partial * 🎁 Adds custom js validations to add/remove required attr * Update importers_controller_spec.rb * remove upperbound for Hyrax version * bump versions to make bundling on arm processors work again * ✅ adds Hyrax::UploadedFile context to importers controller spec * ♻️ Move Bulkrax uploader logic to importers.js and ensure conditional initialization - Moved Bulkrax file upload logic from bulkrax.js to importers.js to consolidate related logic - Added conditional check to initialize uploader only if `hyraxUploader` is defined as a function - Ensured toggle of 'required' attribute based on uploaded file presence for import form consistency * re add deleted comments --------- Co-authored-by: Rob Kaufman <rob@notch8.com>
- Loading branch information
1 parent
f4fb52d
commit 77528bf
Showing
11 changed files
with
272 additions
and
127 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ spec/test_app/log/*.log | |
spec/test_app/tmp/ | ||
tmp/** | ||
*~undo-tree~ | ||
/vendor |
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
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
Oops, something went wrong.