there is another way to handle upload, and I think it is better for your scenario - implement your own upload bar.
1. disable built in upload bar by setting AllowUpload="false"
2. add near to file manger FileUpload controll. you may place more then one and in such way support multiple file upload.
3. on submit refer to CurrentDirectory property of file manager for figuring out where to place resized files.