filepicker / filepicker-django

A django plugin to make integrating with Filepicker.io even easier
Other
93 stars 29 forks source link

Enhancement? - Multiple-Files #17

Open thongly opened 11 years ago

thongly commented 11 years ago

Is there currently a suggested to handle multiple files with django? My app calls for this and I am thinking the easiest way may be to have a model for the InkBlob that points back to the related model.

I'm thinking of hooking into the success callback and then taking care of the FK with some ajax.

thongly commented 11 years ago

On second thought, a generic foreign key seems to work especially well.