<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/multpartrequest/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/multpartrequest/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/multpartrequest/support-requests/</id><updated>2002-01-24T23:36:37Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Files changed after upload</title><link href="https://sourceforge.net/p/multpartrequest/support-requests/1/" rel="alternate"/><published>2002-01-24T23:36:37Z</published><updated>2002-01-24T23:36:37Z</updated><author><name>E. Beau Anderson</name><uri>https://sourceforge.net/u/beauanderson/</uri></author><id>https://sourceforge.net9b5012e05ed81466f7bbd323bbebe326ec8ccc86</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am using Tomcat 4 on Linux 7 and have created&lt;br /&gt;
a custom jsp tag that performs a file upload.  I have&lt;br /&gt;
my for tag set up as follows:&lt;/p&gt;
&lt;p&gt;&amp;amp;lt;form action='CmaSearchForm.jsp' method='post' &lt;br /&gt;
enctype='multipart/form-data'&amp;amp;gt;&lt;/p&gt;
&lt;p&gt;and my java code looks like this:&lt;/p&gt;
&lt;p&gt;MultipartRequest parser = new ServletMultipartRequest&lt;br /&gt;
(request, path);&lt;/p&gt;
&lt;p&gt;The file upload works, but the file gets changed in &lt;br /&gt;
the process.  If I view the file itself after upload &lt;br /&gt;
and compare it to the original, several characters &lt;br /&gt;
have changed.&lt;/p&gt;
&lt;p&gt;I think we are doing something wrong because we had a &lt;br /&gt;
similar problem with another upload object.  The other &lt;br /&gt;
object (from O'riely) worked in every case except &lt;br /&gt;
one.  After days of pouring over our (very simple) &lt;br /&gt;
code, we couldn't find any differences between the &lt;br /&gt;
working uploads and the non-working uploads.&lt;/p&gt;
&lt;p&gt;Any help you can give would be appreciated.  Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>