I am new to angular. I need some help, I want to "upload" mp3 files from my angular app. In fact, I want to send mp3 files to backend and then save in my local database. Any suggestion to do that? Thank you in advance
Asked
Active
Viewed 913 times
0
-
Welcome to StackOverflow. Please show what you tried so far. Please refer [How to Ask Question](https://stackoverflow.com/help/how-to-ask) and [What not to ask](https://stackoverflow.com/help/dont-ask) when you as a question. Happy to help you out. – Gopakumar Gopalan Apr 29 '19 at 20:36
1 Answers
0
Basically you need a file upload using angular and https://valor-software.com/ng2-file-upload/ is good. After clicking on the link there you will get a demo also there you can test your mp3 upload functionality