Folks,<br><br>Thanks again for the answers to my earlier question about overriding the DirectoryLister class. They worked perfectly. I can tweak and style the appearance as desired. One more question:<br><br>Within of the display of a directory&#39;s contents, I would like to have the ability to have a form that lets me add a file to that directory. <br>
<br>To do this, I added a &lt;form method=&quot;post&quot;&gt; to the template of the DirectoryLister with an &lt;input type=file ...&gt; to specify the file and created a render_POST() function within my subclass of File. <br>
<br>But the render_POST() function doesn&#39;t seem to be called when I click Submit. I suspect that I&#39;m misunderstanding the class hierarchy, but don&#39;t know what to change. Any advice?<br><br>Many thanks!<br><br>
Rich Brown<br>Hanover, NH<br>