Questions tagged [meio-upload]
15 questions
2
votes
2 answers
Meio Upload Strict Errors
Strict (2048): Declaration of MeioUploadBehavior::setup() should be compatible with ModelBehavior::setup(Model $model, $config = Array) [APP/Plugin/MeioUpload/Model/Behavior/MeioUploadBehavior.php, line 26]
Strict (2048): Declaration of…

Bruno Rocha
- 21
- 1
- 2
2
votes
1 answer
Cakephp MeioUpload removeOrginal
removeOriginal Dont work on MeioUpload !
i have this code in my post model :
/model/post.php
public $actsAs = array(
'MeioUpload.MeioUpload' => array(
'avatar' =>array(
'thumbnails' => true ,
…

ali786
- 142
- 3
- 10
1
vote
0 answers
cake php wrong form object create issue with Meioupload class
Hi my issue is when i submit form in cake php it is creating wrong model object.
I have tried all possible solution but still not any success please have look at my code
Below is my form PHP code. I have given correct model name "Quote" though I am…

shingala sohil
- 153
- 1
- 12
1
vote
2 answers
MeioUpload isn't creating thumbnails in cakephp 2.4
I'm using meioupload and everything works well till I try to make thumbnails. Then I can see only kind of phpThumb error message which says
"C:/wamp/cakephp/vendors/phpTmub/img/uploads/product/filename/image.png" does not exist
I'm new with cakePHP…

Jan Omacka
- 1,810
- 4
- 20
- 27
1
vote
1 answer
Cake PHP - Meioupload - Transparent PNG image
How can I upload a transparent PNG (and preserve this transparency) using Meioupload in CakePHP?
Thanks

Bernat
- 1,537
- 3
- 18
- 40
0
votes
1 answer
How to start with meioupload for cake php
i m new to cake php and tried to use meioupload for uploading file.,
searched for a complete steps., but i m not sure whether i read the full docs..
so here i m ., i ll discuss the things i did.,
from this link…

vijay
- 65
- 3
- 12
0
votes
3 answers
Cakephp - MeioUpload - How to download files uploaded
I just started to use meioupload to upload my files from cakephp, however, i'm not sure how do i code the download.
I tried using the following code:
echo $file['Image']['dir'].$file['Image']['filename'];
however, it seems that the code is wrong.…

user1192304
- 217
- 1
- 3
- 8
0
votes
1 answer
Image not updated with Meioupload
I just recently started using MeioUpload 2.0 with cakephp 1.3.
Ive configured the behaviour correctly with my model and im able to upload images with my model correctly.
But when i try to edit the same model and change the picture to another one,…

Fraz Anjum
- 151
- 1
- 10
0
votes
2 answers
CakePHP - Form not submitting file field
I'm trying to upload an image file to my application, the user can choose to change his profile picture by uploading an image, but when the form is submitted it's not submitting the file along with the form.
I'm using Meio Upload for my file…

8vius
- 5,786
- 14
- 74
- 136
0
votes
2 answers
cakePHP meioupload, upload image to a different folder for each model
I use meioupload to upload images in cakePHP, i use a table called 'attachment' to save the uploaded image's information, this is the structure of my attachment table:
CREATE TABLE IF NOT EXISTS `attachments` (
`id` bigint(20) unsigned NOT NULL…

littlechad
- 1,202
- 17
- 48
0
votes
1 answer
Multiple image upload - Meio Upload
I am using the 'MeioUpload' plugin found here 'https://github.com/jrbasso/MeioUpload' and Cakephp 2.x.
Currently using this for single image uploads, please can anyone give advice on how to handle multiple image uploads using this plugin. Currently…

Joshua
- 371
- 2
- 6
- 23
0
votes
1 answer
Using meio upload to programmatically crop photos
I want to use CAKE PHP MEIO upload to generate thumbnails of 50 photos programmatically taking from a directory and not by uploading individually.
May Be by calling some meio upload library…

Vinay Aggarwal
- 1,565
- 1
- 10
- 19
0
votes
1 answer
MeioUpload and phpThumb() does not exist error
I am currently using CakePHP v2.2.1 and MeioUpload 4.0 along with phpThumb() to try and generate image uploads and thumbnails for those images. If i set my $actAs = array() without the thumbsizes property everything is uploaded well, but when I add…

Cameeob2003
- 482
- 1
- 6
- 16
0
votes
1 answer
cakephp 2.1.x - MeioUpload error
Using MeioUpload (https://github.com/jrbasso/MeioUpload) on cake 2.1.x -
Model/Behavior/MeioUploadBehavior.php
Plugin:
MeioUpload/
Locale Model
throwing an error -
Error: The application is trying to load a file from the MeioUpload plugin
Error:…

Jay
- 21
- 3
0
votes
3 answers
Integrate MeioUpload behavior in Cakephp 2.1.1
I'm using MeioUpload 4.0 Behavior Plugin from https://github.com/jrbasso/MeioUpload
I installed the plugin via git: git clone git://github.com/jrbasso/MeioUpload.git Plugin/MeioUpload
Now, my dir structure looks like:
/app
/Plugin
/MeioUpload
…

wappy
- 470
- 3
- 12