MY CASE:
I'm working on a project on Cakephp, and i'm using david persson's media plugin + jquery Fileuploader plugin following this tutorial. and it works great.
The problem is that my case is a bit more complicated. I want the Attachment model (called Gallery in the tut) to belong to my Posts model and User model, and so I call the fileuploader in my posts' form and in my users' form.
MY PROBLEM
is that no file nor record is created after uploading from my posts' or users' form! any help on how to do that? any website i could take a look at?
I've tried different approaches, but i don't want this question to be neverending...
Thanks in advance.