wt.clients.util.http
Class UploadConstants
java.lang.Object
wt.clients.util.http.UploadConstants
- public class UploadConstants
- extends Object
Constants used by UploadApplet and any server-side processing that handles feedback from UploadApplet
Supported API:true
Extendable:false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
NO_UPLOAD
public static final int NO_UPLOAD
- See Also:
- Constant Field Values
DO_UPLOAD
public static final int DO_UPLOAD
- See Also:
- Constant Field Values
CANCEL
public static final int CANCEL
- See Also:
- Constant Field Values
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
FAILURE
public static final int FAILURE
- See Also:
- Constant Field Values
FILE_NOT_FOUND
public static final int FILE_NOT_FOUND
- See Also:
- Constant Field Values
FILE_UNCHANGED
public static final int FILE_UNCHANGED
- See Also:
- Constant Field Values
DECLINED_UPLOAD
public static final int DECLINED_UPLOAD
- See Also:
- Constant Field Values
UploadConstants
public UploadConstants()