I'm using svn 2204, and "save_FOO_file" does not seem to exist any more. Nor is it in the documentation anywhere that I've been able to find. Is someone successfully using this on a recent build?
More importantly, if save_FOO_file no longer exists, what takes its place? Here is an example of what *used* to work in my application, and now just throws errors ("...object has no attribute 'save_sig_file'"): --- def upload_file(object, file_data): filename = file_data.filename object.save_sig_file(filename, file_data) -- I'm digging all through the docs and have yet to find an alternative. Is it this? http://www.djangoproject.com/documentation/forms/#binding-uploaded-files-to-a-form how is it saved? no love here either: http://www.djangoproject.com/documentation/model-api/#imagefield if it is in here, I'm missing it. Where is the example for saving a file upload and binding it to an object? http://www.djangoproject.com/documentation/upload_handling/#handling-uploaded-files Maybe it's really simple. So simple it isn't documented? If that is the case then it won't be a big deal for someone to post up the one or two lines that might make it happen. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---