Created simple page for csv upload

This commit is contained in:
HooVee
2016-08-25 18:43:54 +03:00
parent 2561f1ee40
commit c635f009d8
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<h1> Lisää useampi jäsen </h1>
<div>
<input id="fileUpload" type="file" accept=".csv" ></input>
</div>
+4
View File
@@ -24,6 +24,10 @@ app.config(['$routeProvider', function($routeProvider){
templateUrl:"/static/html/muokkaa_jasenta.html",
controller:'appleditController',
})
.when('/addmany',{
templateUrl:"/static/html/lisaa_jasenia.html",
controller:'addManyController',
})
.otherwise({
'redirectTo':"/"
})