Hi,

I'm Ben's (Afternoon) collegue Tom,

As much as I was asked to be interesting, I don't do interesting, or at
least when I do, people fall asleep....

http://www.halfapenguin.com/djmultipartform.tar.gz

I've posted the code sample on my server, its not complete, but it is a
snapshot of where we are going.

Currently it stores both fields and files.

The form should be constructed using a query dict fed into the url in
as in the following snippet

from myforms import FormWithSections

urlpatterns+= patterns('',
(r'^testmultipartform/((?P<slug>\w*)/)?$',
'djmultipartform.views.index',{'manipulator_constructor':
FormWithSections}),
)

(with tabs in the right places of course).

I'll put up a further post with more details about what will be done in
the future to finish it.

Enjoy
From
Tom


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to