Files add on plugin allows to create file type question which can be used in event registration form. Attendees will be able to upload files while registerting for an event using this addon. Admin will be able to restrict the file type by setting file extensions for each question.
Minimum Requirements
- WordPress 4.1 or greater
- PHP version 5.2.4 or greater
- MySQL version 5.0 or greater
- Event espresso version: 4.8.0 or greater
- This add on will not work in Internet explorer version 9 or below, because formData (javascript object used to upload file on server) is not supported in IE 9 or its below version.
Manual installation
Following steps should be followed to install plugin manually
- Upload 'files-addon-for-event-espresso-4' folder to the '/wp-content/plugins/' directory or upload 'files-addon-for-event-espresso-4.1.0.8.zip' through WordPress admin panel
- Activate the plugin through the 'Plugins' menu in WordPress
- You are ready to create file type question.
Tested up to WordPress 6.5.2 and Event Espresso 5.0.8p
1.2.1 - May 19, 2023
- Compatiblity changes with Event Espresso 5.x
- Fixed fatal error
1.2 - May 05, 2021
- Fixed file naming issue
- Tested plugin with latest WordPress and Event Espresso version
1.0.9
- Added functionality to edit file from dashboard
1.0.8
- Added filter to rename file before uploading - Filter - ssa_override_filename
- Tested plugin with latest WordPress and Event Espresso version
1.0.7
- Fixed admin notice
- Fixed 'invalid url on file upload' error
1.0.6
- Fixed domain validation issue
1.0.5
- Fixed (required) validation issue of files.
1.0.4
- Added feature to set different file extensions for each file type question
- If extensions are not set then uploaded file is validated against following extensions ['gif','png' ,'jpg','jpeg','bmp']
1.0.3
- Added filter 'ssa_change_file_upload_path' to change directory path of uploaded file
- Added standard code to return file type question.
1.0.2
- Fixed error message display.
- Added link to image.
1.0.1
Fixed file upload security issue. Added EE_FILE_Validation_Strategy class for validating uploaded file.
1.0.0
Plugin release