I\'m in the progress of creating a bulk upload function for a Drupal site. Using flash I\'m able to upload the files to a specific url that then handles the files. What I wa
You might want to look at Image FUpload if you need a look at integrating the flash upload.
To push the files on to another server while still handling them through Drupal sounds a little like the CDN space, maybe look at the behavior in the CDN or CDN2 projects?
If you find a clear solution please come back and post it!