Customize:
Please feel free to create your own buttons for this plugin at my button maker site.
Known Issues
This plugin has all the known issues documented for SWFUpload 2.2.0.1. See documentation.
This plugin is designed to work on PHP 5.3+. If you have an earler version of PHP, it should still work but, you may encounter issues with detecting the MIME type of the uploaded file. This depends on your server setup, as it should work fine if PHP is allowed to call the exec function. Check out the support site for further details and considerations.
Installation:
This plugin is designed for Joomla 1.5, 1.7 and 2.5. To install go to the install/uninstall extensions page of Joomla Administrator and upload the package file. Then go to the Plugin Manager page and activate the plugin.
Usage:
To use this plugin as content in an article, first enable the plugin and configure the default parameters in the Plugin Manager. Please ensure that the Menu Assignment is set to 'All' or to the specific article that it is to be displayed in. To control which types of users have access to this module, set the Access Level in the plugin.
Secondly, in the article, type '{easyflashuploader}'. It will work based on the default parameters if typed with no custom parameters.
To have multiple uploaders on the same page, just add '{easyflashuploader parameter1='value1'|parameter2='value2'|...|parameterN='valueN'}' for each instance you want. Please note that each instance must have something different about their listed parameters.
Example of list listing: {easyflashuploader destination='upload_folder'|replace='1'|uploadlimit=5|filesize=10240|caption='My Uploader'}
Parameters
Name | Keyword | Default Value | Description |
---|---|---|---|
Default Upload Folder | destination | images | This is the folder that the uploaded file will be saved to. |
Default Caption Text | caption | Easy Flash Uploader Queue | This is the default text that captions the upload file form. |
Show Caption | showcaption | Yes (1) | This specifies whether to show the caption above or not. |
Heading Type | heading | Heading 3 (h3) | This specifies the heading type of the Default Caption text. |
Browse Button Text | button | Browse | This is the text that is on the button to browse for the file to upoad. |
Browse Button Sprite | sprite | buttonSprite_blue.png | This allows you to choose which button sprite to select. You can add custom button sprites in the buttons folder. |
Button Render Mode | buttonmode | WINDOW | This allows the administrator to specify how the Flash-based browse button will be rendered. The value must be ALL UPPERCASE. Other values include: OPAQUE and TRANSPARENT |
Browse Button Width | buttonwidth | 100 | This is the width (in pixels) of the browse button. |
Browse Button Height | buttonheight | 23 | This is the height (in pixels) of the browse button. |
Browse Button Font Family | fontfamily | Arial | This is the font family of the browse button text. |
Browse Button Font Size | fontsize | 12 | This is the font size of the browse button text. |
Browse Button Font Color | fontcolor | #FFFFFF | This is the color of the browse button text. |
Browse Button Top Padding | toppadding | 3 | This is the padding of the browse button text from the top of the button image. |
Maximum File Size (KB) | filesize | 2048 | This is the maximum allowable file size, in kilobytes, that can be uploaded. |
File Upload Limit | uploadlimit | 10 | This is the number of files allowed to be uploaded. The value of 0 (zero) is interpreted as unlimited. |
File Queue Limit | queuelimit | 10 | This is the number of unprocessed files allowed to be simultaneously queued. |
Default Permitted file types (separate by semi-colon) | filetypes | *.gif;*.jpg;*.png;*.pdf | This is a list of the file types that are permitted to be uploaded (separated by semi-colon. no spaces between). To specify all file types, enter *.* in the textarea. |
Permitted MIME types (separate by semi-colon) | mimetypes | application/octet-stream; image/gif; image/jpeg; image/pjpeg; image/png; application/pdf; application/msword; application/zip; application/x-compressed; application/x-zip-compressed; multipart/x-zip; application/excel; application/vnd.ms-excel; application/x-excel; application/x-msexcel | This is a list of the MIME types that are permitted to be uploaded (separated by semi-colon. spaces between allowed). Type asterisk (*) to allow any type. |
Description of File Types | filedescription | Image Files | This is the description label shown in the dialog box when selecting the file. |
Replace existing files allowed? | replace | No (0) | This allows the administrator to decide whether to allow the user to replace en existing file with the same file name as the file to be uploaded. |
CSS Layout Theme | ** NO KEYWORD ** | compact.css | Select a CSS layout theme from the list of files located in the themes media folder. |
Width of Containing Div | divwidth | 500px | The Width of the Containing DIV element. This value must specify the unit. For example, 100% or 300px or 13em. |
Progress Bar Height (in pixels) | barheight | 10 | The height, in pixels, of the progress bar (Do not specify the unit. Only the enter the number.). |
Progress Bar Color (loading) | colorloading | #629bfc | The background color of the progress bar while it is loading. |
Progress Bar Color (complete) | colorcomplete | #83f781 | The background color of the progress bar when upload is complete. |
Progress Bar Color (error) | colorerror | #fa5a5a | The background color of the progress bar when an error occurs. |
Disappear bar when complete? | disappear | No (0) | This specifies that the progress bar disappears a few seconds after the upload is complete. |
Show Status | showstatus | Yes (1) | This specifies whether the status information is shown in the widget. |
Send an Email Notification? | notify | No (0) | This specifies whether an email notification should be sent to the email address below after the successful upload is complete. |
Recipient Email Address | recipient | EMPTY | The email address that receives the upload notification. |
Enable Username Subfolders | userfolders | No (0) | When enabled, files are uploaded to username folders inside the upload folder. |
No Javascript Message | ** NO KEYWORD ** | We are sorry. SWFUpload could not load. You must have JavaScript enabled to enjoy SWFUpload. | Message to display when Javascript is disabled. |
Loading Message | ** NO KEYWORD ** | SWFUpload is loading. Please wait a moment... | Message to display while SWFUpload is loading. |
Long Loading Message | ** NO KEYWORD ** | SWFUpload is taking a long time to load or the load has failed. Please make sure that the Flash Plugin is enabled and that a working version of the Adobe Flash Player is installed. | Message to display if SWFUpload is taking too long to load. |
Flash Missing Message | ** NO KEYWORD ** | We are sorry. SWFUpload could not load. You may need to install or upgrade Flash Player. | Message to display when Flash is not installed in the browser. |
MIME Detection Compatibility | N/A | N/A | Displays how compatible your server is with the module |