I have this flash media gallery installed on one of my pages, this gallery looks for all image and video files in a directory on the server that I set and then you can browse through all of it. I am looking for a bulk up loader that will upload to different directories on the server. I am using the Multiple Image Upload http://drupal.org/project/modules?text=postlet module and it handles the multiple image uploads very well but it can only upload to either a image folder (that you specify) or an image gallery that you create using the Images module. The problem is, I can't find the directory that the Image module uses to store all of the images, if I can find out what the directory path is I can just point my media gallery there.
So can anybody tell me of either another bulk up loader or where the Image module stores the images uploaded to its different galleries?