constructor __construct [line 5462]
method defaultAccept [line 5923]
method defaultBorderStyle [line 5896]
void defaultBorderStyle(
)
|
|
method defaultjsOnSelect [line 5883]
void defaultjsOnSelect(
)
|
|
method defaultMaxLength [line 5908]
method defaultOnSubmit [line 5870]
method defaultOnUploaded [line 5972]
void defaultOnUploaded(
)
|
|
method defaultReadOnly [line 5946]
method defaultSize [line 5936]
method defaultTabOrder [line 5956]
method defaultTabStop [line 5965]
method dumpContents [line 5719]
method errorMessage [line 5536]
Returns the error message the upload process caused, empty string if no error
Use this method to get the error message caused by the upload operation, if any. If no error message is returned, the operation was successfully completed.
method fetchFileData [line 5595]
Sets filename and types uploaded by this component
This method updates internal properties like filename, filesize, etc. If the file is a graphic, also graphic properties are updated.
Tags:
method getCommonAttributes [line 5628]
string getCommonAttributes(
)
|
|
Get the common HTML tag attributes of a Upload control.
Tags:
method getCommonStyles [line 5673]
string getCommonStyles(
)
|
|
Get the common styles of a Edit control.
Tags:
method getOnUploaded [line 5970]
onUploaded is a callback that will be executed when a file is uploaded
method init [line 5572]
method isApplication [line 5793]
Determines if the uploaded file is an application
method isGIF [line 5805]
Determines if the uploaded file is a GIF file
method isImage [line 5771]
Determines if the uploaded file is a graphic file
method isJPEG [line 5816]
Determines if the uploaded file is a JPEG file
method isPNG [line 5827]
Determines if the uploaded file is a PNG file
method isText [line 5760]
Determines if the uploaded file is a text file
method isUploadedFile [line 5523]
boolean isUploadedFile(
)
|
|
Wrapper function for the php intern is_uploaded_file function
Use this method to check if the file uploaded was correctly uploaded
Tags:
method isVideo [line 5782]
Determines if the uploaded file is a video file
method moveUploadedFile [line 5505]
mixed moveUploadedFile(
string
$destination, [boolean
$autoExt = false])
|
|
Wrapper function for the php intern move_upload_file function
Use this method to move the uploaded file to a location of your choice.
Tags:
Parameters:
method preinit [line 5567]
method readAccept [line 5921]
Specifies the accept filetypes.
Use this property to specify the types of files the upload component accepts.
A value of * indicates that there is no application-defined limit on filetypes.
method readBorderStyle [line 5894]
Determines whether the edit control has a single line border around the client area.
Use this property to specify which kind of border the control is going to use. Controls can have a single border (1 pixel wide) or none.
Tags:
method readFileExt [line 5840]
Returns the extension of the uploaded file
Once the file is uploaded, it returns the extension of the file.
method readFileName [line 5991]
This is the filename of the uploaded file
Use this property to know the name of the file just uploaded.
method readFileSize [line 6000]
This is the filesize of the uploaded file
Use this property to know the sizew of the file just uploaded.
method readFileSubType [line 6018]
string readFileSubType(
)
|
|
This is the subtype of the uploaded file
Use this property to know the subtype of the file just uploaded.
method readFileTmpName [line 5982]
integer readFileTmpName(
)
|
|
This is the temporal filename of the uploaded file
Use this property to know the temporal filename of the file just uploaded.
method readFileType [line 6009]
This is the filetype of the uploaded file
Use this property to know the type of the file just uploaded.
method readGraphicHeight [line 6036]
integer readGraphicHeight(
)
|
|
This is the height of the uploaded graphic
Use this property to know the height of the graphic file just uploaded.
method readGraphicWidth [line 6027]
integer readGraphicWidth(
)
|
|
This is the width of the uploaded graphic
Use this property to know the width of the graphic file just uploaded.
method readjsOnSelect [line 5881]
JS Event occurs when text in the control was selected.
Use this event to provide custom behavior with then text in the control is selected
Tags:
method readMaxLength [line 5906]
Specifies the maximum number of characters the user can enter into the edit control. A value of 0 indicates that there is no application-defined limit on the length.
method readOnSubmit [line 5868]
Occurs when the form containing the control was submitted.
Use this event to write code that will get executed when the form is submitted and the control is about to update itself with the modifications the user has made on it.
method readReadOnly [line 5944]
Set the control to read-only mode. That way the user cannot enter or change the text of the edit control.
method readSize [line 5934]
Specifies the input size the text field
Use this property to set the number of characters the control must resize to. Some browsers don't accept the size of the upload component specified in pixels, so you need to set this property.
method readTabOrder [line 5954]
TabOrder indicates in which order controls are access when using the Tab key.
The value of the TabOrder can be between 0 and 32767.
method readTabStop [line 5963]
Enable or disable the TabOrder property. The browser may still assign a TabOrder by itself internally. This cannot be controlled by HTML.
method setOnUploaded [line 5971]
void setOnUploaded(
$value)
|
|
Parameters:
method writeAccept [line 5922]
void writeAccept(
$value)
|
|
Parameters:
method writeBorderStyle [line 5895]
void writeBorderStyle(
$value)
|
|
Parameters:
method writejsOnSelect [line 5882]
void writejsOnSelect(
$value)
|
|
Parameters:
method writeMaxLength [line 5907]
void writeMaxLength(
$value)
|
|
Parameters:
method writeMultiFormData [line 5484]
void writeMultiFormData(
$aowner)
|
|
This function tries to find the next page object owning this component to set the formencoding to multipart/form-data
This is an internal method used by this component to set the form encoding to the right value so files can be uploaded.
Tags:
Parameters:
method writeOnSubmit [line 5869]
void writeOnSubmit(
$value)
|
|
Parameters:
method writeReadOnly [line 5945]
void writeReadOnly(
$value)
|
|
Parameters:
method writeSize [line 5935]
method writeTabOrder [line 5955]
void writeTabOrder(
$value)
|
|
Parameters:
method writeTabStop [line 5964]
void writeTabStop(
$value)
|
|
Parameters: