Quote:
Originally Posted by LoneAngelIbesu
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.