I have a z class that is descended from dtml method, so it has an upload tab. The upload tab calls manage_uploadForm, which was inherited from DTML method, and the form calls manage_upload. I need to overload the manage_upload function, or else I need to replace the manage_uploadForm, but I cannot seem to do either. Can anyone point me in the write direction? --sam