I have a PhoneGap application that contains mp3 files, I have their path in a variable -- uses JS
Back End is an MVC3 app with SQL server using c#
My question is how do I send a file from my app using javascript to the back end and then store it in the sql server?
I am very new to using js and I would greatly appreciate some guidance!