Hi, Does anyone have a recommendation for a File Upload plugin for use with Cake Ver 2.0.4?
I want to upload PDF documents, store them in a folder and have the URL location stored in my database/table. I have been playing with a bunch of scripts and started doing it from scratch, but of someone has done it and has a plugin that would be great.......
Thanks, Tim (No relation to the Publisher) -- | cellphone: +18579280348 | | 123 10th Street | San Francisco | CA 94103 |
I think better you should use your script about uploading. Uploading is hard to write plugin use for all case. And It is easier to change , or add new features, even update to 3.0 version ( in future ) , because script is yours .
timothy.john.orei...@gmail.com> wrote: > Thanks for responding. Was just hoping someone had a cool plugin (with > features i havent yet thought of) that would save me writing it :) > Will do! > Tim
On Wednesday, December 28, 2011, Jon Price <jonpr...@donet.com> wrote: > try this: http://milesj.me/code/cakephp/uploader > I'm using his autologin component but he has other code you might look into.
> On Wed, Dec 28, 2011 at 9:02 PM, Timothy O'Reilly < timothy.john.orei...@gmail.com> wrote:
>> Thanks for responding. Was just hoping someone had a cool plugin (with
features i havent yet thought of) that would save me writing it :)
>> Will do! >> Tim
> -- > Our newest site for the community: CakePHP Video Tutorials
On Wed, Dec 28, 2011 at 7:09 PM, Jon Price <jonpr...@donet.com> wrote: > try this: http://milesj.me/code/cakephp/uploader > I'm using his autologin component but he has other code you might look > into.
> On Wed, Dec 28, 2011 at 9:02 PM, Timothy O'Reilly < > timothy.john.orei...@gmail.com> wrote:
>> Thanks for responding. Was just hoping someone had a cool plugin (with >> features i havent yet thought of) that would save me writing it :) >> Will do! >> Tim
> -- > 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+unsubscribe@googlegroups.com For more options, visit this group > at http://groups.google.com/group/cake-php
did you get the Miles Johson Uploader plugin working? If so, how? I am a relative noob to CakePHP and am having trouble working out from the documentation the exact steps to take, especially when one model haMany uploads, I can't work out what to put in the controller and what to put in the two models!
Allan, I am a noob to OOP & Cake, so only got the basic uploader working (without linking it to my db, this it was very straightforward). I think that Miles is a member of this group and he might help, if not, someone who is a real developer (like Sam or Euromark) are probably your best bet :) Sorry I can't add more than that. I'd be interested in seeing the solution too. Regards, Tim -- | cellphone: +18579280348 | | 123 10th Street | San Francisco | CA 94103 |
On Tue, Jan 24, 2012 at 9:44 PM, Allan Cochrane <allan.cochr...@gmail.com>wrote:
> did you get the Miles Johson Uploader plugin working? If so, how? I am a > relative noob to CakePHP and am having trouble working out from the > documentation the exact steps to take, especially when one model haMany > uploads, I can't work out what to put in the controller and what to put in > the two models!
> Any help appreciated.
> Thanks,
> Allan
> -- > 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+unsubscribe@googlegroups.com For more options, visit this group > at http://groups.google.com/group/cake-php
The media plugin (https://github.com/davidpersson/media) is certainly the most powerful one I've found, although it's lacking in documentation and getting started can be a bit of a task. Once you wrap your head around it, it's really solid and does quite a bit.
Yep I agree the media plugin is amazing and vast (not for all because of that) assuming your using cake 2.0 I would not use the media plugin
I just had a short play with Miles J uploadeder (copyied the example from inside the plugin into a test app) the files the uploader moves to WEBROOT/files always empty (I did not get to investigating this as yet)
Cakepackages lists a few plugins [1] for uploading files with cake. I recall Nick Bakers plugin being really easy to setup with 1.2/1.3 [2] is a link to the 2.0 version I have not tried that as yet
> The media plugin (https://github.com/davidpersson/media) is certainly the > most powerful one I've found, although it's lacking in documentation and > getting started can be a bit of a task. Once you wrap your head around it, > it's really solid and does quite a bit.
> -- > 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+unsubscribe@googlegroups.com For more options, visit this group > at http://groups.google.com/group/cake-php
> Yep I agree the media plugin is amazing and vast (not for all because of > that) > assuming your using cake 2.0 I would not use the media plugin
> I just had a short play with Miles J uploadeder (copyied the example from > inside the plugin into a test app) > the files the uploader moves to WEBROOT/files always empty (I did not get > to investigating this as yet)
> Cakepackages lists a few plugins [1] for uploading files with cake. I > recall Nick Bakers plugin > being really easy to setup with 1.2/1.3 [2] is a link to the 2.0 version I > have not tried that as yet
> On 25 January 2012 18:01, jeremyharris <funeralm...@gmail.com> wrote:
>> The media plugin (https://github.com/davidpersson/media) is certainly >> the most powerful one I've found, although it's lacking in documentation >> and getting started can be a bit of a task. Once you wrap your head around >> it, it's really solid and does quite a bit.
>> -- >> 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+unsubscribe@googlegroups.com For more options, visit this group >> at http://groups.google.com/group/cake-php
> -- > 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+unsubscribe@googlegroups.com For more options, visit this group > at http://groups.google.com/group/cake-php