Posts

How to upload resume in Angularjs by using Spring MyBatis

Image
What is Spring? The Spring Framework is an application framework and inversion of control container for the Java platform. The framework's core features can be used by any Java application, but there are extensions for building web applications on top of the Java EE platform. I will create simple web app using SpringMVC +MyBatis + AngularJS to show data into the  database(MYSQL). Step1: By using Angular Js we can design below screen:                                   This  is for the HTML code: <html> <body> <div ng-app="myApp" class="container" ng-controller="regController" >  <form  enctype="multipart/form-data">   <div> <label> UploadResume <span id="coll">*</span>:</label> <input type="file" id="fil...