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

update some functions more #20

Open
AndyLeAI opened this issue Mar 1, 2025 · 4 comments
Open

update some functions more #20

AndyLeAI opened this issue Mar 1, 2025 · 4 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@AndyLeAI
Copy link

AndyLeAI commented Mar 1, 2025

  1. Allow multi backgrounds changed by admin
  2. Update delete share files buttion
  3. Allow users can download each file in shared folder, do not compress .zip file automatically, because it maybe causes error while compressing the large files.
  4. Update password protected or view files only (could not downloadable )
  5. Users can view pdf files, images or videos on shared url
@DeanWard
Copy link
Owner

DeanWard commented Mar 1, 2025

Hi Andy, thanks for your suggestions. I've replied to each one individually below.

Allow multi backgrounds changed by admin
You can already upload as many backgrounds as you wish - is there something over and above this you need?
Update delete share files buttion
yep, on the way!
Allow users can download each file in shared folder, do not compress .zip file automatically, because it maybe causes error while compressing the large files.
I tested files up to 2GB without issue but I can probably make this a config option later
Update password protected or view files only (could not downloadable )
This is planned
Users can view pdf files, images or videos on shared url
Also planned!

@DeanWard DeanWard added the enhancement New feature or request label Mar 1, 2025
@AndyLeAI
Copy link
Author

AndyLeAI commented Mar 1, 2025

thk you DeanWard, i tried to compress over 10 Gb data into .zip files, it caused errors when extracting them.

@DeanWard
Copy link
Owner

DeanWard commented Mar 1, 2025

Thanks @AndyLeAI I'll try to replicate this

edit: Alright I can see that larger files can cause issues. I had a crash when trying to upload an 11GB file.

There are two issues:
first is uploading larger files - I'll fix this by chunking them on the client side
second is the zip getting corrupted - I can add an option to NOT compress files into a zip and instead allow individual files to be downloaded.

Leave this with me!

@DeanWard DeanWard added the bug Something isn't working label Mar 1, 2025
@AndyLeAI
Copy link
Author

AndyLeAI commented Mar 1, 2025

its great !!!! thk you so much !!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants