=== Front End Upload === Contributors: jchristopher Donate link: http://mondaybynoon.com/donate/ Tags: upload, front end, front, end, media, picture, pictures Requires at least: 3.2 Tested up to: 3.4 Stable tag: 0.5.4.4 Provides the most basic implementation allowing site visitors to upload files to the Media library and notify admin == Description == = Uploading files should be considered risky = This plugin will facilitate uploading files to your server, which by nature **should be considered risky**. == Installation == 1. Upload the `front-end-upload` folder to your `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Edit your options under **Settings > Front End Upload** 1. Place `[front-end-upload]` in the editor where you would like the uploader to appear 1. Customize your CSS == Screenshots == 1. The Front End Upload Options screen == Changelog == = 0.5.4.3 = * Additional security precautions to better validate submissions to upload.php = 0.5.4.2 = * Added in additional file extension check = 0.5.4.1 = * Further security enhancement to better obfuscate file locations = 0.5.4 = * Fixed a security threat that allowed for potential code execution. **Upgrade right away**. This was not an issue in Front End Upload Pro. = 0.5.3 = * Updated Polish translation * Better handling of larger uploads in Safari * Tested with WordPress 3.4RC1 = 0.5.2 = * Added a unique hash to the destination directory that will increase security by obscurity * Upgraded Plupload to 1.5.4 = 0.5.1 = * Removed a rogue PHP short open tag (props wzielins) * Updated file paths to accommodate multisite * Upgraded Plupload to 1.5.2 = 0.5 = * Fixed potential issue(s) with directory/URL definition (props https://github.com/davidmh) * Disabled unique filename requirement = 0.4 = * Added {@ip} to the available message tags * Added more opportunities for localization = 0.3 = * Completely changed the way uploads are handled. They are no longer sent to the WordPress Media library and are instead stored in a subdirectory of `~/wp-content/uploads/` * If a passcode is set, it must now be entered before any uploading can take place * Email validation takes place via JavaScript prior to the upload beginning * Support for large files has been added = 0.2 = * Added custom mime types to the options screen * Fixed potential issue with unset max file size = 0.1 = * Initial release