stewartm83 / angular-fileupload-sample

Sample App showing how to do file uploads with angularjs using Asp.net Web Api.
MIT License
31 stars 17 forks source link

Read ID3 tags #12

Open smohammedyasin opened 6 years ago

smohammedyasin commented 6 years ago

Hello, is it possible to read id3 tags on select files?

thank you

stewartm83 commented 6 years ago

Hi Once the files have been uploaded you can read the ID3 tags then. Please checkout the examples in the following library. https://github.com/mono/taglib-sharp

Let me know what you will find.

Thanks

smohammedyasin commented 6 years ago

Hi, I don't want to upload track to , i want to get ID3 tags before upload. Is there any Client side API?

Thank you.