[Zope] form-upload.

Steve Drees drees@the-bridge.net
Thu, 26 Jul 2001 08:49:42 -0500


> <form action ="saveFile" enctype="multipart/form-data' method="post">

should be <form action="saveFile" enctype="multipart/form-data"
method="post">

Noticed the character following multipart/form-data