-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/admin zip upload on reset #335
Conversation
Alright I've pushed my error code work and set translations in place as well. As for the zip mime type. According to a comment on this answer windows will report the mime type of a My main concern with that is that different OS or something will report the type differently and an admin might be stuck. |
@hahn-kev I can't ever get application/zip. I tried Firefox and Chrome and downloading the zip from the API in k8s and locally. |
I get the same thing from powershell, I wonder why it's different in the browser on my machine. Well I guess we can support both and hope there's no extras. @rmunn could you see what a browser on linux reports the mime type for a zip file is? |
…into the repo and does a bit of cleanup after it's done
… to specify file picker type.
… problem details. Translate any static strings and pull out some zip upload specific configuration into props for TusUpload.svelte
a9e536d
to
9d6e562
Compare
closes #327