Hi Expert...!
I have a problem with recording a voice and storing to server.
If we have a chance to make this possible please help me...
My Requirement is to record a voice from microphone(from client) and store that voice(.wav format) at server(webapps->audio folder)
Please Please help me to do this....
Thank You....!
User Profile
Collapse
-
praveenkumarvpk started a topic How can i recording a sound from client and store at server using web application?in JavaHow can i recording a sound from client and store at server using web application?
-
Store client side images to server side Folder
Suggest me to store client side images to server side Folder using JSP or Struts
Please Help me to find the solution
Thank You! -
Hey guys Please help to find it.... urgent
Thank U -
upload file from a client machine to server machine
Hi friends Please help me!
Following is my servlet-code
import java.util.Enume ration;
import javax.servlet.* ;
import javax.servlet.h ttp.*;
import java.io.*;
import com.oreilly.ser vlet.MultipartR equest;
import com.oreilly.ser vlet.MultipartR esponse;
import com.oreilly.ser vlet.multipart. DefaultFileRena mePolicy;
public class DemoUpload extends HttpServlet... -
-
JavaScript with Collections
Is there any chance to use collection in javascript. I want to store information in the form of (n rows and 3 columns). I can use Array() to store the information but i'm not able to get that array using request.getPara meters() since it retuns a single dimantional array. So for that i wan to use collection like List and Map.
So please Help me to get this solution....! Please quick... -
-
problem with browser while executing ajax program
Hai Guys!
My program is to change the time dynamically at client side:
I have encountered one problem with FireFox (version 5) browser. some information(tim e) i have to send to client side i mean to browser here the problem comes. i have tried this program in 3 systems and those systems having the browser FireFox( version 5) but the result is not giveing same ie., in one system even time is displaying and another system... -
Collections
Hi...! I'm working as a software trainee in an organization. As part of my training sessions i have to give a seminar/presentation on collections...
Can any one help to find better information about Collection.
Please suggest me other than JavaAPI.
Thank You! -
The wrapper classes also offer utility methods for converting to and from the int values they represent. Thus if you have a string that could also represent a number, you can use a wrapper class to perform that calculation.
The methods of the wrapper classes are all static so you can use them without creating an instance of the matching wrapper class. Note that once a wrapper has a value assigned to it that value cannot be changed....Leave a comment:
-
Vectors
is Vector synchronized? if, then how?
What about ArrayList?
Thank You! -
Hey you can write the code using the String Methods.
Here is the code which i modified.
while (!s.equalsIgnor eCase("1") && !s.equalsIgnore Case("2") && !s.equalsIgnore Case("3"))
{
s = JOptionPane.sho wInputDialog(nu ll, "Enter 1, 2 or 3");
if (s == null) break;
}Leave a comment:
-
PPT on Collections
Hi...!
I'm working as a software trainee in an organization. As part of my training sessions i have to give a seminar/presentation on collections topic. Could any body help me? any ppts do you have or any other sites i can go. Other than JavaAPI.
Thank U! -
-
Comparator Interface
Difference between compare() & equals() with an example.... -
I dont know about AbstractSet,Abs tractList,Abstr actMap Can you give some examples on that......Leave a comment:
-
I need information about AbstractSet,Abs tractList,Abstr actMap
How they can be used and where they can be used..........Leave a comment:
-
-
Request
Hi !
I know a little bit about Java-Collections. Can any one help me to find web-site links to know more about Collections. For presentation purpose.
Thank You...! -
HashCode ?
[CODE=java]public static void main(String args[]) {
String elements[] = { "A", "B", "C", "D", "E" };
Integer l[] = {1,2,68};
Integer y=1;
int d=0;
for(int i=0;i<l.length; i++)
System.out.prin tln(l[i]);
Set set = new HashSet(Arrays. asList(elements ));
// set.addAll(Arra ys.asList(l));
...
No activity results to display
Show More
Leave a comment: