[FlexUpload] element index

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