plz help me how to upload image and display using database.
Upload should be done via cordova file-transfer plugin
Your API should provide a static file server -> to get images directly.
Hi @soumyaswain,
You might take a look at this tutorial I had made on the subject:
It will show you how to upload files to a server of your choosing. Most of your configuration will not be in your Ionic app, but in your web server instead.
Regards,