Disabling auto upload in multiinstancedemo or simpledemo

Hi!
Does anyone know how disable auto upload in multiinstancedemo or simpledemo ?

I want somethink like this:
user select files, they place in from with "Pending.. " status.
Each file have "delete" button or image (like in v102demo ).
in a bottom form place button like "Upload selected files".
If user click this button - all files start upload.

Please, help me.

gyphie's picture

Event Handler

In the fileDialogComplete event handler there is a line that calls startUpload. Just remove this and the upload won't start automatically.

You'll need to add a button (or something) that calls startUpload().

Thank You for reply Yes! I

Thank You for reply
Yes!
I make this - upload don't start automaticaly.

But I can make delete(cancel upload) button for each file.

Sorry, I think I fix it.

Sorry,
I think I fix it.