-2

how to store image in MySql using Angular as data is passed in json as Rest request to java backend server which i have used spring MVC.

  • loak at this link: http://stackoverflow.com/questions/21015891/spring-mvc-angularjs-file-upload-org-apache-commons-fileupload-fileuploade – user192417 May 30 '16 at 13:57

1 Answers1

0

Basically, you should give a try first and then come here to post questions, but here it is how you can get started:

1) Upload from your browser to the Web Server

2) Persist your image (binary file) into MySql

Try to integrate from these examples and come back if something fails.

Community
  • 1
  • 1
Alexei - check Codidact
  • 22,016
  • 16
  • 145
  • 164