tags:

views:

51

answers:

0

My swfupload implementation is triggering the fileQueueError function when I try to select multiple files. When I select one file the upload works as expected.

I'm logging the variables passed to the javascript functions and here's what I get anytime I select more than one file.

fileQueueError file : null
errorCode : -100
message : 1

fileDialogComplete

Anyone got suggestions on how to trace the source of the error?