Looks like I have to define all of the paths:
So I added to editor3 the following:
editor3.ImageGalleryPath = "/districtapp/uploads/" + uPath
editor3.MediaGalleryPath= "/districtapp/uploads/" + uPath
editor3.FlashGalleryPath= "/districtapp/uploads/" + uPath
editor3.TemplateGalleryPath= "/districtapp/uploads/" + uPath
This fixed the problem; but i suspect a varible sharing problem when you have mutlipule editors.