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

File Upload functionality #22

Open
leto opened this issue Mar 15, 2018 · 0 comments
Open

File Upload functionality #22

leto opened this issue Mar 15, 2018 · 0 comments

Comments

@leto
Copy link
Member

leto commented Mar 15, 2018

Hush-NG Conversations will have the ability to upload arbitrary data files, first limited to about 26KB, which will fit in a single transaction.

  • The user should be able select any file on their computer via standard file dialog and/or drag and drop.
  • We should calculate the file size and display in the UI.
  • For now, if the file is larger than 53*511=27083 bytes, show an error div about it being too large
  • Bonus: Compute the SHA512 of the file, which Hush-NG will need, an optionally show to the user
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

1 participant