[rt-devel] Bug/oversight in templates and fix
James Terry
james.c.terry at yale.edu
Tue Sep 30 03:35:57 EDT 2003
Hi all,
Sorry if this has been reported elsewhere, but I haven't been able to find
it:
The HTML form for templates has an oversight that prevents the submission
of templates with long content. It needs the
<FORM METHOD=POST ACTION="Template.html">
to be replaced with
<FORM ACTION="Template.html" METHOD="POST" ENCTYPE="multipart/form-data">
Unless, of course, I'm being grossly obtuse about something here.
--Jim
More information about the Rt-devel
mailing list