Drag and drop upload handler in other thread

Hello, I want to upload files through drag and drop with html5 file, but request handler doesn’t get invoked when drop method runs new thread, I don’t want to freeze my UI during the upload.