On Mon, May 11, 2009 at 5:45 PM, rpupkin77 <[email protected]> wrote:
> > Hi, > > I need to have a FileField from a model handled differently than the > out of the box functionality, In short I need to add it to the a > Brightcove account through their API, can someone give me a really > brief rundown of how I would do this? > > I know it is a broad question, but I am a little confused about saving > admin data and handling outside of the Admin panel, and the api file > upload complicates stuff. > I've not heard of Brightcove before, but it sounds like a custom storage backend for it may be what you need to find/write. Have you read these bits of the docs: http://docs.djangoproject.com/en/dev/topics/files/ http://docs.djangoproject.com/en/dev/howto/custom-file-storage/ ? Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

