-
Notifications
You must be signed in to change notification settings - Fork 192
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
Add ability to upload images to backend #24
Comments
The chinese version of Firefox has a screenshot feature, because it is one way for people to share images on social network. It's too complicated for many users to save as an image, etc. So they take a screenshot that they can share. It's quite cool. So looking from where it could come from I checked MDN. I wonder if other browsers have similar APIs. |
Sorry for all the noise here. Just organizing my thoughts. We have 2 related Milestones:
2 depends on 1. |
There will be 3 possible ways to upload an image:
Here's how I see this working for us, roughly: For issue creation:
For issue commenting: |
So, that's true for true uploads. If you just provide a link to an image, it uses a content proxy: |
(The image/* filter accepts way more stuff than we want. See https://dxr.mozilla.org/mozilla-central/source/toolkit/content/filepicker.properties)
Screenshots are super helpful for bug reports. We should consider adding this ability to our form and hosting images ourselves (or via a 3rd party API like imgur).
The text was updated successfully, but these errors were encountered: