Re: File upload and custom manipulator

2006-08-05 Thread didier Belot
2006/8/5, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > I had problems with file uploading time ago and I found this post > > http://groups.google.com/group/django-users/browse_thread/thread/d83259c6bdd0151f/3880fdebcef9a367?lnk=gst&q=uploading+images&rnum=5#3880fdebcef9a367 > > It helped me so much.

Re: File upload and custom manipulator

2006-08-04 Thread [EMAIL PROTECTED]
I had problems with file uploading time ago and I found this post http://groups.google.com/group/django-users/browse_thread/thread/d83259c6bdd0151f/3880fdebcef9a367?lnk=gst&q=uploading+images&rnum=5#3880fdebcef9a367 It helped me so much. And I wonder it could help you. Notice the atributes of t

File upload and custom manipulator

2006-08-04 Thread didier Belot
Hello, I have a model with a FileField. When using the MyModel.AddManipulator() in the view, everything works as expected. But I need a custom manipulator. I've already made some custom manipulators that works pretty well, so I'm sure I'm not too wrong here. The one that don"t works is the one t