MeioUpload icon indicating copy to clipboard operation
MeioUpload copied to clipboard

Behavior for upload to CakePHP - DEPRECATED! Please use https://github.com/josegonzalez/upload instead

Results 28 MeioUpload issues
Sort by recently updated
recently updated
newest added

Hi, I've just discovered this branche for the MeioUpload behavior. I had just set up the 1.0.1 version, which worked fine. When I discovered it wasn't actually using PHPThumb, I...

Added an option to allow resize of original file. Options are: - resizeOriginal: boolean, _true_ if you want resize. Default is _false_. - resize: array, parameters to resize - \*...

The image will be resized to the specified by "width" and "height" do not be cropped and the white-spaces, if image do not be proporcional will be filled. The image...

hi removeOriginal Dont work ! i want upload thumbs only (cakephp 2.1.2) thanks

I'm using MeioUpload (branch master) in CakePHP 1.3.10. Photo isn't required, so I added the validate rule: 'photo' => array('Empty' => array('check' => false)) It works fine, but if I...

If set option uploadName have problem in line 829 and line 851 original code: ``` php // line 829 $saveAs = $options['dir'] . DS . $data[$model->alias][$options['uploadName']].'.'.$ext; // line 851 $data[$model->alias][$fieldName]...

i use phpThumb-1.7.11-201108081537-beta and place it in app/vendors/phpThumb/{files} using cakephp 1.3.11 and php 5.3.8 , when i setting meio_upload in my model : var $actsAs = array('Utils.Sluggable' => array('label'=>'name','separator'=>'-','update'=>'true'),'Tree','MeioUpload.MeioUpload' =>...

Great plugin, but I am having trouble with thumbnail generation when folderAsField is used. When starting with a fresh version of the plugin (2.2) I enable thumbnails on my model:...

This would be useful for filenames in a certain language such as Japanese, which have many different encodings for filenames and could very easily be messed up.

future

I configured right in my cakephp 2.0 Files in the Plugin paste, configuration in the Model correct, added for load my Plugin in the Model. But, when i upload one...

hold