Hey!
I've successfully used SWFUpload before but for some reason the UploadStart Event refuses to fire on my most recent installation. fileDialogComplete fires and then nothing. Here is the output from my debug window:
SWF DEBUG:
Removing Flash functions hooks (this should only run in IE and should prevent memory leaks)
SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.jpg;*.jpeg;*.gif;
SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...
SWF DEBUG: Event: fileQueued : File ID: 0_0
SWF DEBUG: Event: fileDialogComplete : Finished processing selected files. Files selected: 1. Files Queued: 1
Can anyone help me out?
Christofer
February 2, 2009 - 1:53pm
Are you calling startUpload()? The uploads don't just start by themselves.
February 2, 2009 - 4:53pm
DOH! I had assumed I had but there was an error there. Thanks and sorry for the waste of time. -