Why SWFUpload does not start uploading?

265 Views Asked by At

I'm trying to work out why SWFUpload on a page does not start to upload file. After startUpload method is called, it invokes flash elements StartUpload and returns. I've set up all error handlers, but no one is called. It does not make query to the server. Why, and how to debug it? Thank you,

1

There are 1 best solutions below

0
Sylvain On

Try to implement the upload_start_handler callback and set it to return true. That should start the upload.

startUpload calls the upload_start_handler javascript function which if it returns true, actually starts the upload.