CakePHP File Upload Handling Plugin
Stars
122
Forks
33
Watchers
122
Open Issues
13
Overall repository health assessment
No package.json found
This might not be a Node.js project
52
commits
3
commits
1
commits
1
commits
1
commits
Merge branch 'master' of github.com:webtechnick/CakePHP-FileUpload-Plugin
e552706View on GitHubHonor the required setting even when file field is submitted empty.
1c0d7c5View on GitHubAdd setFileUploadOption() method to the behavior class. This will become target model's instance method, so we have to namespace it a bit to avoid conflicts with cake or user defined methods on that class.
b0d3999View on GitHubMake uploader instance and settings per model, instead of global for all models. (Issue #4)
f5db2ecView on GitHubFixed a bug that would not display an image if the source image width is the same as the requested resize width.
06ad37bView on GitHub6.1.1: Allow users to change the uploadDir outside of WEB_ROOT by changing setting forceWebroot to false in the configuration.
ce407e0View on GitHubMerge branch 'master' of github.com:webtechnick/CakePHP-FileUpload-Plugin
19326fbView on GitHub