2

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!

  • Is there anything you have previously tried? Can you show us minimal code for getting a picture from the desktop? –  May 04 '19 at 19:35
  • Possible duplicate of [Retrieve image from sqlite3 and display in Kivy image widget - ValueError](https://stackoverflow.com/questions/51758975/retrieve-image-from-sqlite3-and-display-in-kivy-image-widget-valueerror) – ikolim May 04 '19 at 22:28
  • Possible duplicate of [Retrieve data from db set to textinput fields and image widget in kivy for a multiscreen app](https://stackoverflow.com/questions/51615388/retrieve-data-from-db-set-to-textinput-fields-and-image-widget-in-kivy-for-a-m) – ikolim May 04 '19 at 22:37
  • The problem is that I want the user to upload a pic using the GUI and then insert it to the DB and to the opposite. – Yoav ban azar May 06 '19 at 04:15
  • @ikolim I dont want to do as u suggested (reading from DB and then displaying) I want to let the user upload an image and save it to my DB – Yoav ban azar May 09 '19 at 05:06
  • @Yoavbanazar: Welcome to Stack Overflow. Please provide a [minimal, complete, and verifiable example](https://stackoverflow.com/help/mcve) of the problem. – ikolim May 09 '19 at 15:16
  • Thanks for the help but I cleared the problem by using file viewer and the selection attribute of him – Yoav ban azar May 10 '19 at 16:02

0 Answers0