twitter icon indicating copy to clipboard operation
twitter copied to clipboard

How can i add image post feature

Open aniruddhpatel28 opened this issue 10 years ago • 1 comments

How can i add image post feature

aniruddhpatel28 avatar Oct 29 '15 16:10 aniruddhpatel28

To support posting images, we at least need to modify the format of tweet object to store the binary images. Then, add a form on the client side to accept image upload and when it's submitted, bind that image to our current tweet object so they can be sent to the server side API.

tatsuya avatar Nov 17 '15 10:11 tatsuya