Home > Back-end >  Post image using UrlRequest in Kivy
Post image using UrlRequest in Kivy

Time:06-15

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

CodePudding user response:

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

  • Related