Search code examples
pythonimagepostkivyurlrequest

Post image using UrlRequest in Kivy


How to make post image request using urlrequest in Kivy (Python). How to open a image and send and


Solution

  • Well I tried to use the URLRequest witch is supported by kivy, but couldn't make post with image so i used threading to make a post, using request in the background while the camera is open and don't freeze when we make the upload. Part of code: https://github.com/c-mike/kivy-Image-Request