I'm Using front-end angularjs, there is a file upload option. When I upload a file it will pass to back-end Java Web services and It will insert into database. So this is the flow I have to do.
My problem is, How can I pass the file using JSON AJAX to the web services, Please let me know further any questions required.
Thanks in Advance.