Jump to content


Send file does not upload file


  • You cannot reply to this topic
2 replies to this topic

#1 Chas2002

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 27 August 2009 - 10:15 AM

Hi,

I'm demo'ing the MP3 applet.

I have the voicefiles directory created and have 'smith' directory created (all are CHMOD 755),

In record_app_mp3_JS.php I have:

$USERDIR="smith";
$VoiceServerFolder = "/../voicefiles/";

When interacting with the java code, the record, stop, play etc all work as expected. When I press send - I see the progress and it states that file was uploaded but when I check the voicefiles there is nothing there. This also causes a session error of some sort as the javascript will not reload in the webpage.

What did I miss?

Thanks,
Chas

#2 Rost

    Member

  • Moderators
  • PipPip
  • 27 posts

Posted 28 August 2009 - 12:56 PM

I checked applet on our web-site. Upload works correct. The reason can be in rights for upload script or user folder. For script you should set 755 rights. For user folder try 777. I'm waiting for feedback.

#3 Chas2002

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 28 August 2009 - 10:49 PM

Hi Rost,

That was it. Voicefiles directory was 777 but the JS script directory was not 755.

It works.

Thanks





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users