[FlexUpload] element index
All elements
c
f
g
p
s
u
_
_
top
$_fileExtensions
FlexUpload::$_fileExtensions
in class.flexupload.inc.php
allowed file extensions
$_height
FlexUpload::$_height
in class.flexupload.inc.php
the height of the flash movie
$_locale
FlexUpload::$_locale
in class.flexupload.inc.php
the locale
$_maxFiles
FlexUpload::$_maxFiles
in class.flexupload.inc.php
maximal allowed files
$_maxFileSize
FlexUpload::$_maxFileSize
in class.flexupload.inc.php
maximal allowed filesize
$_noFlashMsg
FlexUpload::$_noFlashMsg
in class.flexupload.inc.php
message to show when using SWFObject an Flash-Plugin is missing or wrong version
$_pathToSWF
FlexUpload::$_pathToSWF
in class.flexupload.inc.php
the path to flexupload.swf
$_pathToSWFObject
FlexUpload::$_pathToSWFObject
in class.flexupload.inc.php
path to the SWFObject Script
$_postURL
FlexUpload::$_postURL
in class.flexupload.inc.php
the url to the upload script
$_width
FlexUpload::$_width
in class.flexupload.inc.php
the width of the flash movie
c
top
class.flexupload.inc.php
class.flexupload.inc.php
in class.flexupload.inc.php
f
top
FlexUpload
FlexUpload::FlexUpload()
in class.flexupload.inc.php
Constructor
FlexUpload
FlexUpload
in class.flexupload.inc.php
PHP-Class for easy implementation of FlexUpload in your own scripts
flexupload_example.php
flexupload_example.php
in flexupload_example.php
g
top
getHTML
FlexUpload::getHTML()
in class.flexupload.inc.php
get the HTML code for implementing flexupload
p
top
printHTML
FlexUpload::printHTML()
in class.flexupload.inc.php
prints the HTML code for flexupload to screen
s
top
setFileExtensions
FlexUpload::setFileExtensions()
in class.flexupload.inc.php
set the allowed file extensions separated by semicolons (;)
setHeight
FlexUpload::setHeight()
in class.flexupload.inc.php
set the height of the application
setLocale
FlexUpload::setLocale()
in class.flexupload.inc.php
set the language file for the application
setMaxFiles
FlexUpload::setMaxFiles()
in class.flexupload.inc.php
set the maximum of files to upload at once
setMaxFileSize
FlexUpload::setMaxFileSize()
in class.flexupload.inc.php
set the maximum filesize (in bytes) allowed to upload
setNoFlashMessage
FlexUpload::setNoFlashMessage()
in class.flexupload.inc.php
set the message to show when using SWFObject an flash plugin is not installed or wrong version
setPathToSWF
FlexUpload::setPathToSWF()
in class.flexupload.inc.php
set the path to the SWF file
setPathToSWFObject
FlexUpload::setPathToSWFObject()
in class.flexupload.inc.php
set the path to the SWFObject JavaScript script
setPostURL
FlexUpload::setPostURL()
in class.flexupload.inc.php
set the postURL parameter
setWidth
FlexUpload::setWidth()
in class.flexupload.inc.php
set the width of the application
u
top
upload_example.php
upload_example.php
in upload_example.php
c
f
g
p
s
u
_