I have a bunch of sites that I'm trying to run off of one Drupal installation and I'm having some troubles with uploading images to them through the image module. What's happening is that I've created a folder for each multi-site under "/files/images" so I can keep the images for each site separate. The problem is that everytime I upload a file it just puts it under "/files/images" instead of "/files/images/subfolder". In admin->settings->image for each multi-site I've specified the default image path as "images/subfolder" so I don't know why it isn't working. Is there something else that I need to configure? Thanks.