twitter
twitter copied to clipboard
How can i add image post feature
How can i add image post feature
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.