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

MVP Web Uploader #1

Open
cryptoquick opened this issue Mar 17, 2023 · 1 comment
Open

MVP Web Uploader #1

cryptoquick opened this issue Mar 17, 2023 · 1 comment
Assignees

Comments

@cryptoquick
Copy link
Member

An HTML page with a file input and an upload button that, with an associated JS file will use the HTML5 File API to upload a file to an HTTP endpoint in 1MB segments using the File.slice method.

It needs to handle large files, a testing file of 50MB will be sufficient.

@cryptoquick
Copy link
Member Author

Once the file is uploaded, and the server returns its hash, the page then needs to display a link to the file.

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

No branches or pull requests

2 participants