webfileuploader auto upload

Is it possible to upload automatically on a file drop.

I have added fileupload1.upload to the dropobject method and added AcceptPictureDrop(1) to open, but none of these events seem to fire.

Am i doing something wrong?

The events you are implementing are for drag and drop between controls and don’t fire when files are dropped. I’ve not tried it, but you may be able to trigger an upload from a timer.

Yeah, the UploadComplete event tells you that.