How can I limit the type of files of the email attachments sent by my contact form to Doc, Docx, PDF?

link|improve this question

49% accept rate
feedback

1 Answer

up vote 1 down vote accepted

There's a snippet for that.

Usage is:

attachment = ExtFileField(ext_whitelist=(".pdf", ".txt"))
link|improve this answer
that worked, thanks again – Harry Apr 26 '10 at 13:42
@Harry - great, glad it worked! – Dominic Rodger Apr 26 '10 at 13:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.