17 Apr
2002
17 Apr
'02
2:31 p.m.
Hi all If I include following into my form to upload a already present file... <form action="manage_upload" method="post" enctype="multipart/form-data"> <table cellpadding="2" cellspacing="0" border="0"> <tr> <td align="left" valign="top"> <div class="form-label"> File </div> </td> <td align="left" valign="top"> <input type="file" name="file" size="25" value=""> </td> </tr> <tr> <td></td> <td align="left" valign="top"> <div class="form-element"> <input class="form-element" type="submit" value="Upload File"> </div> </td> </tr> </table> </form> </table> My problem is, that I always get redirected to manage_edit! Is there a way to get back to the document I called the upload from? Oliver Erlewein