CakePHP-FileUpload-Plugin icon indicating copy to clipboard operation
CakePHP-FileUpload-Plugin copied to clipboard

CakePHP File Upload Handling Plugin

Results 13 CakePHP-FileUpload-Plugin issues
Sort by recently updated
recently updated
newest added

Added basic support for the composer package manager (solves #27). The package has not been submitted to packagist.org yet, because it is still a fork. That would ease usage even...

Could you please add this plugin to Composer?

fix to solve issue where if no file is specified, then all model data is unset, gives an option to allowEmpty

When trying to upload a file i get the following error: Warning (2): Invalid argument supplied for foreach() [APP/Plugin/file_upload/Controller/Component/FileUploadComponent.php, line 341] The lines are: function processAllFiles(){ foreach($this->uploadedFiles as $file){ $this->_setCurrentFile($file);...

I’ve a model that I’ve added the file upload plugin to as a behavior. My model is set up as follows: ``` php

I'm trying to use the `FileUpload` plugin in my CakePHP (1.3) app. I have two models: `PendingContract` and `PendingContractFile`. A `PendingContract` can have many `PendingContractFile`. When saving a new `PendingContract`,...

Hi, I try to migrate the plugin to cakephp 2.0.3 but I have a problem: Fatal error: Class 'FileUploadSettings' not found in /home/christian/public_html/unlweb/svn/webunl/app/Plugin/FileUpload/Controller/Component/FileUploadComponent.php on line 154 In line 154 of...

When I enable debug, I keep getting this warning ````FileUpload: A file was detected, but was unable to be processed due to a misconfiguration of FileUpload. Current config -- fileModel:'Upload'...

I'm using behavior configuration in an existing controller (apartments_controller), the goal is to add a picture to each entry. FileUpload plugin is also used in another controller (uploads_controller), where it...

if the uploaded file has to be readed by an audio player, umlauts and accents can create problems. http://php.net/manual/en/function.iconv.php#83238 BlueVelvet.mp3 it's better than BlüeVèlvèt.mp3 ;)