Hi everyone.
I'm had any problem with Mp3 Recording Applet SDK.
I can record my voice, stop and play ... all perfect. The problem is wheen I need upload.
I click in send button and some seconds after the Status Uploaded is showed, but there is not mp3 file in voicefiles folder.
I created recorder and voicefiles folders in the root of web server, and both have CHMOD 0777 - all files inside in the recorder folder have 0777 too.
I'm using record_app_mp3_JS.php with default parameters - no changes.
<APPLET CODE="RPApplet.class"
ARCHIVE="RPAppletMp3.jar"
CODEBASE="."
ALIGN="MIDDLE" WIDTH=374 HEIGHT=24
NAME="RPApplet"
MAYSCRIPT>
<PARAM NAME = cabbase VALUE = RPAppletMp3.cab>
<PARAM NAME = "Registration" VALUE = "demo">
<PARAM NAME = "ServerScript" VALUE = "http://www.vimas.com/recorder/retrive.php">
<PARAM NAME = "VoiceServerFolder" VALUE = "/../voicefiles/">
<PARAM NAME = "TimeLimit" VALUE = "1800">
<PARAM NAME = "BlockSize" VALUE = "20480">
<PARAM NAME = "InterfaceType" VALUE = "JS">
<PARAM NAME = "UserServerFolder" VALUE = "miha">
<PARAM NAME = "UserPostVariables" VALUE = "name,country">
<PARAM NAME = "name" VALUE = "miha">
<PARAM NAME = "country" VALUE = "Ukraine">
<PARAM NAME = "Sampling_frequency" VALUE = "22050">
<PARAM NAME = "Bitrate" VALUE = "32">
<PARAM NAME = "backgroudColor" value = "c0c0c0">
<PARAM NAME = "indicatorLevel1" value = "4664f0">
<PARAM NAME = "indicatorLevel2" value = "28c814">
<PARAM NAME = "indicatorLevel3" value = "f03250">
</APPLET>
Mp3 Recording Applet SDK needs some special thing to upload mp3 file? Why I can not upload or write in voicefiles folder? Somebody have any idea?
Thanks
Upload completet but there is not in the server
Started by Rodrigo, Aug 05 2009 05:56 PM
2 replies to this topic
#1
Posted 05 August 2009 - 05:56 PM
#2
Posted 06 August 2009 - 07:39 PM
Can someone help me?
#3
Posted 09 August 2009 - 07:41 PM
Hi Rodrigo,
to upload audio file on the server applet uses server script. If you got status Uploaded, it means you use server script.
Server script saves audio file on the server in the folder defined in the "VoiceServerFolder" and "UserServerFolder"
In the example, audio file will be saved in the http://www.vimas.com/voicefiles/miha/
Note! Server script creates subfolder in the /voicefiles/ folder. This subfolder is defined in the "UserServerFolder" .
to upload audio file on the server applet uses server script. If you got status Uploaded, it means you use server script.
Server script saves audio file on the server in the folder defined in the "VoiceServerFolder" and "UserServerFolder"
In the example, audio file will be saved in the http://www.vimas.com/voicefiles/miha/
Note! Server script creates subfolder in the /voicefiles/ folder. This subfolder is defined in the "UserServerFolder" .
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











