Re: File uploads and Media Plugin

2010-10-28 Thread David Persson
Hi stab, I don't really know about ajax-upload. As I'm using plupload in one of my projects and guess it's similar. You're right the media plugin's transfer behavior doesn't natively handle streams, yet. Here's an excerpt of the code I'm using to workaround that: if ($this->RequestHandler->reques

File uploads and Media Plugin

2010-10-26 Thread stab
I'm trying to use this: http://valums.com/ajax-upload/ with the media plugin here http://github.com/davidpersson/media I've got it setup ok, and it is attached to a Document model. I can also get the qquploader uploading fine using it's own examples and class libraries. I need to find a way to ta