1 Aug
2000
1 Aug
'00
12:18 a.m.
On Mon, 31 Jul 2000, Peter Arvidsson wrote:
I have a major problem with uploading files. I am doing a form to upload PDF-files This is what it looks like (with only the relevant code): pdf_form:
We helped Peter out on IRC. Turns out he had a method named pdf that was getting passed instead of his file object, also named pdf. The explicit content type not working is a bug that is fixed in the CVS version of Zope. --RDM