Hallo Terry,
I have this code on WebHandler on RenameFile before the parent.
! Separate TPS and JPEG
case xExtractExt(clip(UPPER(p_filename))) ! Extract the extension
of 'TPS'
self.site.UploadsPath = clip(self.site.WebFolderPath) & '\uploads\Statistica' ! first folder
of 'JPEG' orof 'JPG' orof 'BMP'
self.site.UploadsPath = clip(self.site.WebFolderPath) & '\uploads\Photo' ! second folder
end
It works perfect for more then 6 months ! I made the difference by extension, but you could do by any filter you want.....
Maybe it will help you,
Regards,
Robert