Re: CakePHP 2.0 meioupload

2011-10-27 Thread jdbartlett
By the time CakePHP 2.0 went stable, there had been a few other
changes that can cause conflicts with MeioUpload. Here's a Cake2-ready
fork of MeioUpload 2.2:

https://github.com/jdbartlett/MeioUpload

I've also filed a pull request with jrbasso's repo, so check there
first if you've stumbled across this post several months/years in the
future via Google (assuming the zombies haven't devoured us all).

On Oct 26, 10:20 am, zuha rich...@razorit.com wrote:
 Actually I think the preferred way if I'm not mistaken is...

 App::uses('File', 'Utility');
 App::uses('Folder', 'Utility');

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: CakePHP 2.0 meioupload

2011-10-26 Thread driss
thanks a lot thats what I was missing thank you

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: CakePHP 2.0 meioupload

2011-10-26 Thread zuha
Actually I think the preferred way if I'm not mistaken is...

App::uses('File', 'Utility');
App::uses('Folder', 'Utility');

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


CakePHP 2.0 meioupload

2011-07-27 Thread Meroe Kush
Just an FYI for those of you using meioupload behavior and CakePHP 2.0

 

I found you need to modify this line in meio_upload.php.  So far all appears
to be working just fine after this change.

 

From:

 

App::import('Core', array('File', 'Folder'));

 

To:

 

App::import('Utility', array('File', 'Folder'));

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php