View Single Post
  #1 (permalink)  
Old 11-03-2007, 05:22 AM
po0oker po0oker is offline
Member
 
Join Date: Oct 2007
Posts: 11
po0oker is on a distinguished road
uploading sound file in java
hi there,

i am trying to upload a sound file into my class .
i am using this method
Code:
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 ?
Reply With Quote
Sponsored Links