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

Upload image #73

Open
terrysahaidak opened this issue Oct 14, 2016 · 2 comments
Open

Upload image #73

terrysahaidak opened this issue Oct 14, 2016 · 2 comments

Comments

@terrysahaidak
Copy link
Contributor

terrysahaidak commented Oct 14, 2016

Ability to upload/capture photos directly to the room.

In the web client users has the ability to upload pictures from the clipboard by pasting it to message input.

The picture after uploading will be posted as the message with content:
[![image-alt](preview-image-url)](full-image-url)

We should add button in message input component which opens the pop-up with two options:

  1. Capture picture
  2. Upload from gallery

After choosing/capturing picture, we should upload it to the server and then post the message to room like described above.
While uploading, we should display linear spinner above message input or below the toolbar.

Since uploading images is a private Gitter API, we should use some another one.

@terrysahaidak
Copy link
Contributor Author

@terrysahaidak terrysahaidak mentioned this issue Jun 21, 2017
44 tasks
@terrysahaidak
Copy link
Contributor Author

http://uploads.im/ for saving images
https://github.com/wkh237/react-native-fetch-blob for uploading from device

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