Joomla Plugin – Easy Flash Uploader
Easy Flash Uploader v2.0
Copyright: Michael A. Gilkes
License: GNU/GPL v2
Requirements:
- Joomla 1.5 or 1.7 or 2.5
- PHP 5.3+
Description:
This is a flexible flash file upload module, based on SWFUpload 2.2.0.1. It allows the administrator to specify a destination folder, and allows the user to upload files to it. The administrator can also specify the text in the front end. You can even have multiple plugins on the same page.
Purchase:
Thanks for your interest in Easy Flash Uploader. Please visit the secure online store at Valor Apps to make your purchase.
Main features:
- Upload files to a specified folder path from the joomla root directory.
- Specify the maximum file size permitted to be uploaded. This value can vary for each
instance of the plugin on the page. - Specify the types of files, by extension and by MIME type, that are permitted.
- Customize the upload label and submit button texts.
- Customize the submit and cancel buttons via image sprite and css, respectively
- Specify the color and size of the progress bar to match your theme
- Customize the overall styles via css to match your theme (for example, you can make a Google Apps-like uploader with a few CSS tweaks. See the forum for details.)
- Specify the maximum upload limit and queue limit
- Specify whether to replace existing files on upload
- Default parameters are specified in the Plugin Manager instance
- EVERY parameter can be uniquely customized for each instance of the plugin on the same article page.
- Optionally, send an email notification of all successful uploads to a specified email address
- Plugin Manager colors available through custom Color Picker
- Option to save files in username subfolders
- Displays MIME Detection Compatibility in Module Manager
Demo Site:
Please feel free to check out the demo of the plugin at my demo site.
Customize:
Please feel free to create your own buttons for this plugin at my button maker site.
Changes:
- See changelog.txt
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.
Parameters:
| Name | Keyword | Default Value | Description |
|---|---|---|---|
| Defualt Upload Folder | destination | images/stories | 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. |
| 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. no spaces between) | 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. spaces between allowed) | 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. |
| Width of Containing Div | divwidth | 300px | 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 | 5 | The height, in pixels, of the progress bar (Do not specify the unit. Only the enter the number.). |
| Progress Bar Color (loading) | colorloading | #0000FF | The background color of the progress bar while it is loading. |
| Progress Bar Color (complete) | colorcomplete | #00FF00 | The background color of the progress bar when upload is complete. |
| Progress Bar Color (error) | colorerror | #FF0000 | 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. |
| 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. |
| MIME Detection Compatibility | N/A | N/A | Displays how compatible your server is with the module |
Credits:
- SWFUpload 2.2.0.1 by Jake Roberts [ http://swfupload.googlecode.com ]
- Jeff Channell – providing the code to improve the MIME type security
Notes:
Feel free to visit my support site.

(7 votes, average: 4.29 out of 5)




Like Oscar, 2 things
1.- I need an uploader that will allow to me specify a different directory for each user to upload Reports
2.- I need a Listing Folder what I like Administrator can view the files of my users, and every user can not see anything form another user…
Help me Please…
Reggads
Vanbrux
December 10, 2012
I paid for ur flash uploader but it wont allow me to upload .mbd files successfully.
I added .mdb to file extentions and applications/msaccess to MIME and still didnt work.
Derek
October 25, 2011
@Derek. Thanks for purchasing and using my plugin. I am more than happy to assist you. However, you will need to post your situation at the support site: http://support.michaelgilkes.com
Support is not provided from this site. Please create a post at the support site, and include any messages that the uploader displays on the screen as well as the size of the file and the exact instance declaration in the article.
Michael
October 25, 2011
Hi. I need an uploader that will allow me to automatically specify a different directory for each user to upload videos into and prevent any one from seen anyone else’s directory.
Is this possible with your product?
Oscar
March 2, 2011
Hi Oscar,
Thanks for your inquiry! My plugin may be able to help you. From what you have described, the only way I can think of this working is if you set up individual folders for each user, and set up one article per user. In each article, you have an instance of the plugin that references the user’s individual folder. So, if you do it that way, you should be able to accomplish what you need. I don’t know if you would consider this to be automatic.
However, if you want to specify one article, and when each user accesses the article, the plugin automatically detects the user and automatically makes them upload to their specific folder, then my plugin won’t do that.
Now, if you understand a bit of the Joomla api, you could edit my plugin’s code and make it do that for you. It shouldn’t be too difficult to do, if you have folders with the username of each user, and edit the code to append the parent folder with this username, then it should work.
Michael
March 2, 2011
How do i download the software after buying
vernon young
December 15, 2010
Hi Vernon,
After you purchase the software, you will get an email with a custom link to download the software. Please check your email, and also you spam filter.
Thanks for purchasing!
admin
December 15, 2010