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

Web UI: Non-JS fallback upload form #1364

Open
rdmark opened this issue Nov 15, 2023 · 1 comment
Open

Web UI: Non-JS fallback upload form #1364

rdmark opened this issue Nov 15, 2023 · 1 comment

Comments

@rdmark
Copy link
Member

rdmark commented Nov 15, 2023

Right now file uploading requires JavaScript (dropzonejs)

it would be handy to have an html-only fallback for vintage browsers. If we can make it work, it could serve as a quick and dirty way to transfer smaller files from a vintage computer to the piscsi RPi.

Flask has built in classes for file uploading that we can potentially leverage.

@rdmark
Copy link
Member Author

rdmark commented Nov 15, 2023

For the record: the reason we use javascript driven chunked file transfer is because of the transfer speed and reliability with larger files.

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

2 participants