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

Add ability to upload image from an issue comment #687

Closed
miketaylr opened this issue Aug 28, 2015 · 3 comments
Closed

Add ability to upload image from an issue comment #687

miketaylr opened this issue Aug 28, 2015 · 3 comments
Assignees

Comments

@miketaylr
Copy link
Member

With #24, we can upload images from new bug reports. We should be able to do so from image comments as well. Since we interact with comments at the JS/API level, this will require extending upload.py to work accodingly (which I think @hallvors will need for some of the tooling he will be working on anyways.

@miketaylr
Copy link
Member Author

I'll probably use FormData for this, so if the client doesn't support that I guess we just won't display the form. Support seems pretty decent: http://caniuse.com/#feat=xhr2

@miketaylr
Copy link
Member Author

OK, all the mechanics are in place. Just waiting on UX design stuff in #681 and we can improve on what I've done here.

@miketaylr
Copy link
Member Author

Maybe we should just land this as is, and then iterate on improvements. I think I need to add some Ajax spinner jazz before sending a PR. Will work on that now.

miketaylr pushed a commit that referenced this issue Sep 11, 2015
miketaylr pushed a commit that referenced this issue Sep 11, 2015
miketaylr pushed a commit that referenced this issue Sep 21, 2015
miketaylr pushed a commit that referenced this issue Oct 1, 2015
miketaylr pushed a commit that referenced this issue Oct 1, 2015
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