Not without a bit of hand coding. The file upload will work with multiple files, but you would have to create your own loop to do multiple inserts based on the multiple uploads if you might be renaming existing files. If file names don't change and existing files are overwritten, then it could be done with the multiple insert server behavior. I'd really have to understand the application specifics of your requirements to know if hand coding was necessary or not. It will certainly get you 90% of the way there if not 100%.