📄 index.html
字号:
</p> <p>Example: <br /> <font style='margin-left:35px; color:#003366'><param name="url" value = "http://67.131.250.71/upload.php"></font></p> <p>Example with extra parameters: <br /> <font style='margin-left:35px; color:#003366'><param name="url" value = "https://67.131.250.71/upload.php?param1=hello"></font></p> </dd> <dt class="faq">max_upload <span style='color:#330000; font-size:90%'> : How much to upload</span></dt> <dd> <p>The <em>max_upload</em> parameter defines the maximum permissable upload size. This setting takes effect only in Rad Upload standard and plus editions. The lite edition has a Factory settings of 512Kb </p> <p>If you are using PHP on the server please note that the <a href="http://radinks.com/upload/config.php">upload_max_filesize setting</a> in the php.ini file takes precedence over this value. Other settings such as maximum script execution time and maximum post data size may aslo effect your ability to carry out large file uploads. Please refer to your web server's configuration guide for details. </p> <p>Additional documentation on how to prepare your server to accept large file uploads can be found <a href="http://radinks.com/upload/config.php">here ..</a> </p> </dd><dt class="faq">message <span style='color:#330000; font-size:90%'> : Applet's apperence</span></dt> <dd> <p style='color:#330000'>The welcome message</p> <p>This is the message displayed on the applet area on startup. It can be simple text message or the contents of a simple web page. In our <a href="http://radinks.com/upload/demo.php">online demo</a> you will find that the applet displays a coffee mug and our settings for this parameter is <i>http://www.radinks.com/upload/init.html</i> </p> <p>If you use a webpage for your welcome message please make sure it does not contain complex DHTML or javascripts since the Java HTML rendering engine is still rather limited. </p> <p>If the string value given for message starts with the sequence http:// the applet will attempt to load the URL given at that location. If the message does not start with the http:// sequence it will be considered to be a simple text message.</p> <p>Example: <font color="#00366"><param name="message" value = "http://www.radinks.com/"></font> - loads a web page as welcome message</p> <p>Example: <font color="#00366"><param name="message" value = "Welcome to my parlour"></font> - A plain text welcome message</p> </dd><dt class="faq">style <span style='color:#330000; font-size:90%'> : Stylesheet for FTP directory listing.</span></dt><dd><p>Takes effect only when uploading to an FTP server. The download bundle includes a style sheet(styles.css) that is used to format the response page for<a href="http://radinks.com/upload/ftp.php">FTP uploads</a>. Copy styles.cssto your web space and specify it's absolute path name here.</p><p>example: <span style="color:#00366"><param name="style" value="http://www.radinks.com/styles/default.css"></span></p></dd><dt class="faq">height, width <span style='color:#330000; font-size:90%'> : The height and width in pixels of the applet </span></dt> <dd>The amount of space on the web page that is occupied by the applet can be changed by editing the height and width attributes. These settings are different from the others because they are in effect attributes of the <em>applet</em> tag used to embed the applet on your web page. </dd><dt class="faq">full_path <span style='color:#330000; font-size:90%'> : Absolute or relative pathnames</span></dt> <dd> <p>Only acceptable values are <em>yes</em> and <em>no</em>. defaults to <em>yes</em>. This variable defines whether the full path name or relative path names should be passed to the server. </p> <p>The setting has no effect when uploading to a FTP server. It is most useful when dealing with <a href="http://radinks.com/upload/folder.php">recursive folder uploads over HTTP</a>, specially when the handler is a PHP script. </p> </dd> <dt class="faq">translate_path <span style='color:#330000; font-size:90%'> : Windows to Unix pathname translations</span></dt> <dd> <p>Only acceptable values are <em>yes</em> and <em>no</em>. defaults to <em>no</em>. When set to yes the '\' character in the path name will be replaced by '/' character. This setting has effect only for HTTP uploads and when the full_path parameter is set to yes. </p> </dd> <dt class="faq">encode_path <span style='color:#330000; font-size:90%'> : Protecting path information</span></dt> <dd><p>This configuration parameter introduced in version 1.31 supercedes the translate_path parameter described above. The need to encode pathnames may arise if you are using PHP to handle HTTP file uploads. The PHP engine strips out path information unless it is encoded which makes it impossible to create a directory tree. It is also usefull if the files you are handling contain special characters. </p> <p>The only recognized value for this setting is <em>yes</em></p> </dd><dt class="faq">ftp_mode <span style='color:#330000; font-size:90%'> : Active or Passive mode FTP</span></dt><dd><p>Only takes effect when the <a href="http://radinks.com/upload/ftp.php">File Transfer Protocol</a> is being used. This parameter has only onepermissible value - 'active' which causes the FTP data connection to use 'Active Mode'. Notsetting this field or setting it to any value other that 'active' results in passive mode dataconnections being used.</p><p>It's recommended that you leave this blank unless you have special firewall configurations thatdoes not allows passive mode connections to be made.</p></dd><dt class="faq">props_file <span style='color:#330000; font-size:90%'> : Advanced configuration file</span></dt><dd><p>Defines the name of the <A href="http://radinks.com/upload/plus/">advanced configuration</a> file for Rad Upload Plus. If you leave this blank the applet will look for a file named <em>radupload.properties</em> in the folder that contains the jar file. If you enter a value it should be a full URL.</p><p>example: <span style="color:#00366"><param name="props_file" value="http://www.radinks.com/upload/radupload.properties"></span></p></dd></dl><p style="margin-top:20px">For a real world example on how these parameters are used we invite you to look at the HTML source ofour <a href="http://radinks.com/upload/applet.php">applet demo page.</a> This documentation is valid for version 2.22 if you have a older version you may beeligible for a free <a href="http://radinks.com/upload/update.php">upgrade</a>.</p><p>The Plus edition, includes several additional features. Detailed explainations on howto use those features are explained in the <a href="http://radinks.com/upload/plus/">advanced configuration guide</a>.</p></td></tr></table><p> </p> <table border="01" cellpadding="5" align="center" > <tr><td bgcolor="#666699" valign="middle"> <font color="white"><b>Quick Navigator <font size="+1">}</font> </b></font> </td> <td> <table border=0> <tr><td> <a href="http://radinks.com/upload/dnd.php" class="button">Learn More</a>, <a href="http://radinks.com/upload/demo.php" class="button">Online Demo</a>, <a href="http://radinks.com/upload/faq.php" class="button">Q & A</a>, <a href="http://radinks.com/upload/docs.php" class="button">Docs</a>, </td></tr> <tr><td> <a href="http://radinks.com/downloads/upload.php" class="button">Download</a>, <a href="http://radinks.com/upload/features.php" class="button">Features & Pricing</a>, <a href="http://radinks.com/upload/source.php" class="button">Source Code</a> </td></tr> </table> </td> </tr> </table><p> </p> <p> </p> </td> </tr> <tr > <td ></td> <td valign="top"> <table border=0 width="100%"> <tr> <td align="center"> <span class="white"> <a href="http://radinks.com/sitemap.php" class="white">Site Map</a> | <a href="http://radinks.com/about.php" class="white">About us</A> | <a href="http://radinks.com/services/" class="white">Services</a> | <a href="http://radinks.com/contact.php" class="white">Contact Us</a> | <a href="http://radinks.com/members/" class="white">Members</a> </span> </td> </tr> <tr> <td align="center"> <P style="font-size: smaller">Copyright 2006 Rad Inks (Private) Limited. All Rights Reserved.</p> </td> </tr> <tr><td align="center"> <span class="white"><a href="http://radinks.com/privacy.php" class="white">Privacy Policy</a> | <a href="http://radinks.com/legal.php" class="white">Terms of Use</a></span></td></tr> </table> </td> </tr></table><p> </p></body></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -