Telosys JSP Tag Library
Tag fileupload


Widget for selecting a file to upload


Tag Information
Tag Classorg.objectweb.telosys.uil.taglib.widget.FileUpload
TagExtraInfo ClassNone
Body ContentEMPTY
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringStandard html 'id' attribute
clfalsetruejava.lang.StringCSS class name ( same as html 'class' attribute )
stylefalsetruejava.lang.StringStandard html 'style' attribute ( for CSS )
sizefalsetruejava.lang.StringThe field size (number of characters). Same as the standard html 'size' attribute
titlefalsetruejava.lang.StringStandard html 'title' attribute
tabindexfalsetruejava.lang.StringStandard html 'tabindex' attribute
xfalsetruejava.lang.StringX coordinate : offset (in pixels) from left edge
yfalsetruejava.lang.StringY coordinate : offset (in pixels) from top edge
widthfalsetruejava.lang.StringWidth (in pixels)
heightfalsetruejava.lang.StringHeight (in pixels)
disabledfalsetruejava.lang.StringDisabled flag : 'true' or 'false' (default : false)
readonlyfalsetruejava.lang.StringRead-only flag : 'true' or 'false' (default : false)
maxsizefalsetruejava.lang.StringThe maximum size of the file ( in kb )
destdirfalsetruejava.lang.StringTo store the file in the server filesystem. The destination directory (where to store the file in the server upload root dir). If this attribute is not set the file is not saved in the filesystem. If set to "." : the file is saved in the server upload directory. If set to "dir" : the file is saved in the subdirectory "dir" in the server upload directory. NB: the subdirectory must exist, you cannot create a new directory from the client-side.
contextidfalsetruejava.lang.StringTo store the file in memory in a screencontext attribute. The id of the screen context where to store the file object. To be used with "contextattribute"
contextattributefalsetruejava.lang.StringTo store the file in memory in a screencontext attribute. The name of the screen context attribute where to store the file object. To be used with "contextid"
sessionkeyfalsetruejava.lang.StringTo store the file in memory in the standard http session. The name of the attribute where to store the file object in the session.
callbackfalsetruejava.lang.StringThe name of the function called after a successfull upload (function reference, not literal script)
onclickfalsetruejava.lang.StringNo Description
ondblclickfalsetruejava.lang.StringNo Description
onmouseoverfalsetruejava.lang.StringNo Description
onmouseoutfalsetruejava.lang.StringNo Description
onfocusfalsetruejava.lang.StringNo Description
onblurfalsetruejava.lang.StringNo Description
onchangefalsetruejava.lang.StringNo Description
onkeypressfalsetruejava.lang.StringNo Description

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.