Hi, is there any way I can use php to design a form which will let a surfer record his voice by just clicking a button on my site. When he presses done it should either email the file to the specified address or be accessible for retrieval by the site administrator.
Is this possible?
tej
No. Webbrowsers don't allow you to do this.
You could do a workaround where the user records his voice by himself, and uses the browser to upload the wav file later.