⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 file.html

📁 java 上传下载包可以进行java的上传下载开发
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="SAVEAS_AUTO"><!-- --></A><H3>
SAVEAS_AUTO</H3>
<PRE>
public static final int <B>SAVEAS_AUTO</B></PRE>
<DL>
</DL>
<HR>

<A NAME="SAVEAS_VIRTUAL"><!-- --></A><H3>
SAVEAS_VIRTUAL</H3>
<PRE>
public static final int <B>SAVEAS_VIRTUAL</B></PRE>
<DL>
</DL>
<HR>

<A NAME="SAVEAS_PHYSICAL"><!-- --></A><H3>
SAVEAS_PHYSICAL</H3>
<PRE>
public static final int <B>SAVEAS_PHYSICAL</B></PRE>
<DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->


<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="saveAs(java.lang.String)"><!-- --></A><H3>
saveAs</H3>
<PRE>
public void <B>saveAs</B>(java.lang.String&nbsp;destFilePathName)            throws java.io.IOException,                   <A HREF="../../../com/jspsmart/upload/SmartUploadException.html">SmartUploadException</A></PRE>
<DL>
<DD>Save the file to the specified destination.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>destFilePathName</CODE> - the destination file name<DT><B>Throws:</B><DD>java.io.IOException - &nbsp;<DD><A HREF="../../../com/jspsmart/upload/SmartUploadException.html">SmartUploadException</A> - &nbsp;</DL>
</DD>
</DL>
<HR>

<A NAME="saveAs(java.lang.String, int)"><!-- --></A><H3>
saveAs</H3>
<PRE>
public void <B>saveAs</B>(java.lang.String&nbsp;destFilePathName,                   int&nbsp;optionSaveAs)            throws java.io.IOException,                   <A HREF="../../../com/jspsmart/upload/SmartUploadException.html">SmartUploadException</A></PRE>
<DL>
<DD>Save the file to the specified destination.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>destFilePathName</CODE> - The destination file name.<DD><CODE>optionSaveAs</CODE> - 0 : The method save in a virtual if it exists                              else consider the path as a physical if the                              porperty denyPhysicalPath is false.                          1 : The method save the file only if the path is                              a virtual path.                          2 : The method save the file only if the path is                              a physical path.<DT><B>Throws:</B><DD>java.io.IOException - &nbsp;<DD><A HREF="../../../com/jspsmart/upload/SmartUploadException.html">SmartUploadException</A> - &nbsp;</DL>
</DD>
</DL>
<HR>

<A NAME="fileToField(java.sql.ResultSet, java.lang.String)"><!-- --></A><H3>
fileToField</H3>
<PRE>
public void <B>fileToField</B>(java.sql.ResultSet&nbsp;rs,                        java.lang.String&nbsp;columnName)                 throws javax.servlet.ServletException,                        java.io.IOException,                        <A HREF="../../../com/jspsmart/upload/SmartUploadException.html">SmartUploadException</A>,                        java.sql.SQLException</PRE>
<DL>
<DD>Save the file in a field of a database.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>rs</CODE> - the resulset to update<DD><CODE>columnName</CODE> - the destination column</DL>
</DD>
</DL>
<HR>

<A NAME="isMissing()"><!-- --></A><H3>
isMissing</H3>
<PRE>
public boolean <B>isMissing</B>()</PRE>
<DL>
<DD>Test if a file is present.<DD><DL>
<DT><B>Returns:</B><DD>boolean true if the file is missing</DL>
</DD>
</DL>
<HR>

<A NAME="getFieldName()"><!-- --></A><H3>
getFieldName</H3>
<PRE>
public java.lang.String <B>getFieldName</B>()</PRE>
<DL>
<DD>Returns the field's name of the HTML form.<DD><DL>
<DT><B>Returns:</B><DD>String the field name.</DL>
</DD>
</DL>
<HR>

<A NAME="getFileName()"><!-- --></A><H3>
getFileName</H3>
<PRE>
public java.lang.String <B>getFileName</B>()</PRE>
<DL>
<DD>Returns the file's name.<DD><DL>
<DT><B>Returns:</B><DD>String the file name.</DL>
</DD>
</DL>
<HR>

<A NAME="getFilePathName()"><!-- --></A><H3>
getFilePathName</H3>
<PRE>
public java.lang.String <B>getFilePathName</B>()</PRE>
<DL>
<DD>Returns the full path of the file.<DD><DL>
<DT><B>Returns:</B><DD>String the full file path name.</DL>
</DD>
</DL>
<HR>

<A NAME="getFileExt()"><!-- --></A><H3>
getFileExt</H3>
<PRE>
public java.lang.String <B>getFileExt</B>()</PRE>
<DL>
<DD>Returns the file's extension.<DD><DL>
<DT><B>Returns:</B><DD>String the extension of the file.</DL>
</DD>
</DL>
<HR>

<A NAME="getContentType()"><!-- --></A><H3>
getContentType</H3>
<PRE>
public java.lang.String <B>getContentType</B>()</PRE>
<DL>
<DD>Returns the content type.<DD><DL>
<DT><B>Returns:</B><DD>String the content type of the file.</DL>
</DD>
</DL>
<HR>

<A NAME="getContentDisp()"><!-- --></A><H3>
getContentDisp</H3>
<PRE>
public java.lang.String <B>getContentDisp</B>()</PRE>
<DL>
<DD>Returns the content disposition.<DD><DL>
<DT><B>Returns:</B><DD>String the content disposition.</DL>
</DD>
</DL>
<HR>

<A NAME="getContentString()"><!-- --></A><H3>
getContentString</H3>
<PRE>
public java.lang.String <B>getContentString</B>()</PRE>
<DL>
<DD>Returns the full content.<DD><DL>
<DT><B>Returns:</B><DD>String the content.</DL>
</DD>
</DL>
<HR>

<A NAME="getTypeMIME()"><!-- --></A><H3>
getTypeMIME</H3>
<PRE>
public java.lang.String <B>getTypeMIME</B>()                             throws java.io.IOException</PRE>
<DL>
<DD>Returns the MIME Type.<DD><DL>
<DT><B>Returns:</B><DD>String the MIME Type.</DL>
</DD>
</DL>
<HR>

<A NAME="getSubTypeMIME()"><!-- --></A><H3>
getSubTypeMIME</H3>
<PRE>
public java.lang.String <B>getSubTypeMIME</B>()</PRE>
<DL>
<DD>Returns the sub type mime.<DD><DL>
<DT><B>Returns:</B><DD>String the sub MIME Type.</DL>
</DD>
</DL>
<HR>

<A NAME="getSize()"><!-- --></A><H3>
getSize</H3>
<PRE>
public int <B>getSize</B>()</PRE>
<DL>
<DD>Returns the file's size.<DD><DL>
<DT><B>Returns:</B><DD>int the size of the file.</DL>
</DD>
</DL>
<HR>

<A NAME="getBinaryData(int)"><!-- --></A><H3>
getBinaryData</H3>
<PRE>
public byte <B>getBinaryData</B>(int&nbsp;index)</PRE>
<DL>
<DD>Returns the byte corresponding to the table index containing the transmitted data.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>index</CODE> - index of the Table</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../com/jspsmart/upload/Files.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="File.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -