Sound in a html form

D

Danny Gopie

Hello

Is it possible to record voice in a form and will be saved as mp3 on the
remote server?

Danny
--
CYBERTAYLORS
Prins Hendrikstraat 34
2518 HT Den Haag
070 3658099 (9 tot 5)
06 28646758
www.cybertaylors.com
(e-mail address removed)
 
T

Toby Inkster

Danny said:
Is it possible to record voice in a form and will be saved as mp3 on the
remote server?

No, though you could include a "how to" document explaining how the user
could record their own sound file and convert it to MP3. Then provide a
form to upload the MP3 (and of course use a server-side script to verify
that the file is really MP3 data).
 
D

David Dorward

Danny said:
Is it possible to record voice in a form and will be saved as mp3 on the
remote server?

The short answer is: No.

The longer answer is that you could allow the user to upload a file that
they create manually using a file input. You could also consider (with
limited browser support and scary security warnings for the user) something
along the lines of Java or ActiveX to access the mic, create an mp3 and
then transfer it to the server.
 
P

Pjotr Wedersteers

Danny said:
Hello

Is it possible to record voice in a form and will be saved as mp3 on
the remote server?

Danny

Isn't flash capable of capturing user microphone input ? HTML won't be a
solution by itself I think.
HTH
Pjotr
 
W

Webcastmaker

Is it possible to record voice in a form and will be saved as mp3 on the
remote server?

Not like you think. But yes, you can make a page that captures
audio, and saves it to the server. It would require more than just
html though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top