I started this week my first app in kivy platform. One basic functionality I want to have is the ability to let the user upload a picture to the app and then storing it in my SQLITE3 DB . All the solutions I found was how to show an image and not how to let the user upload one as input After a long search on the web I haven't found any solution to my problem.
Thx for the help!