Comment 3 for bug 79907

Revision history for this message
Ignas Mikalajūnas (ignas) wrote :

Well either we write a proposal to zope so they would extend the default put
views so they would try
   queryMultiAdapter((container, request), IFileFactory) and
   queryMultiAdapter((file, request), IWriteFile)
I am attaching a small patch that i hope will ilustrate the idea.

Or do it the way I just did with Timetable Put view - just write a custom view
for PUT.

I guess i'll write a custom view and then write a proposal (is the propsal
needed for such a small change ?)