Thread: uploadfile()
View Single Post
  #20  
Old 07-25-2009, 08:47 PM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by LoneAngelIbesu View Post
onFileUploaded() never seems to get called. I've also tried onFilesUploaded(), which is the event listed in this topic.
Just bumping this. Skyld tried to give me a work-around using this code --
PHP Code:
function onFolderLog(temp.text)
{
  if (
temp.text.starts("Uploaded file ") ||
      
temp.text.starts("Uploaded big file "))
  {
    ....
  }

-- but that doesn't work, either. I've tried onFilesUploaded() and onFolderLog() both client-side and server-side.

I'm guessing these events are protected.
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote