hi there,
i am trying to upload a sound file into my class .
i am using this method
string strFilename = args[0];
File soundFile = new File(strFilename);
but how do i specify the location of the song i want
for example the song is in the desktop under name (song1.wav)
and what if i want to upload mp3 ?