| Files Upload |
Files upload is mandatory in content management. With Tornado's file upload, you can control The SavePath, Overwrite, File Extensions, File size and Notes. Upon a successful upload (Files uploaded > 0), you have the option to send a notification email to an Email Address.
The following example let you specify your own notification email address for your uploads (max. 25K each). Upon a successful upload, it'll present an <A HREF...> for you to view your own file.
|
<!--T_Upload.aspx-->
<script language="VB" runat="server"> |
Wonder what is this parameter? -> UP6=<TR><TD class=GH>Your Email Address</td><td class=NR><INPUT SIZE=45 NAME='ADDR'></td></tr>
This is part of the TextHolder parameters that you can insert text in Tornado's output. In this case, you can insert a user email input at th ebottom Upload output table (you have options to insert at the top also). Now you can see that Tornado is not a closed end system. You can either define your own template or you can just simply insert your own text in the output.