Re: Media Plugin + PDF files

2010-05-07 Thread ramonmaruko
Hello David, I guess that explains why it didn't process the PDF file anymore after detaching the Generator Behavior. Thanks David! Marco On May 8, 3:33 am, David Persson wrote: > Hi Marco, > > This is because you've got the Media Behavior (which was partially > factored into Generator Behavior

Re: Media Plugin + PDF files

2010-05-07 Thread ramonmaruko
After reading http://wiki.github.com/davidpersson/media/changes and knowing what the uses of the different behaviors were, I was able to remove those which I didn't need but were included by default by the Attachment model. These are the: Generator and Meta Behaviors. After that, it seems like they

Re: Media Plugin + PDF files

2010-05-07 Thread David Persson
Hi Marco, This is because you've got the Media Behavior (which was partially factored into Generator Behavior in 1.3.x) attached to the model you are using to upload the file. Detach/disable it and you should be fine. - David On 7 Mai, 21:17, ramonmaruko wrote: > Why is it that every time I up

Media Plugin + PDF files

2010-05-07 Thread ramonmaruko
Why is it that every time I upload a PDF file, it somehow gets processed by ghostscript? What is the script doing and is there a way to disable this so that it just plainly uploads the PDF file without converting/resize/whatever it? Thanks, Marco Check out the new CakePHP Questions site http://c