Unable to upload file from Angular client to Spring Java server: Says 400 error http://technology.vishalsrini.com/file-upload-using-angularjs-spring-mvc-restful-service/ How to upload file using angular 2?
1 Answer
You can use below plugin to upload file on server
http://valor-software.com/ng2-file-upload/
And if you want to send it in email the you just need to specify that {{item}} tag to your attachment
Hope this helps