Have some problem with uploading of long text in Super Upload.

All text behind a carriage returns in a textarea box is gone!!

Look at this Form (segement) under. I have made a controll (display) in "upload3.asp" an all the text behind the first carriage return is gone!!

What can we do??

<FONT FACE=&#34;arial&#34; SIZE=&#34;4&#34; STYLE=&#34;bold&#34;>
<center>
<TABLE BORDER=0 BGCOLOR= &#34;#F8ECE8&#34;>
<FORM METHOD=&#34;POST&#34; ENCTYPE=&#34;MULTIPART/FORM-DATA&#34; ACTION=&#34;upload3.ASP&#34; >
<TR><TD COLSPAN=2 ALIGN=CENTER ><B><I>Kategori:</I></B> <FONT COLOR=&#34;#990033&#34; FACE=&#34;Arial&#34; STYLE=&#34;font-size: 15pt; font-style: italic&#34;>
<B><%=subomraade%></B></FONT>
<%if mailliste=true then%>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC=&#34;./mail.gif&#34; ALT=&#34;mail.gif, 4196 bytes&#34; BORDER=&#34;0&#34; HEIGHT=&#34;20&#34;>
&nbsp;&nbsp;Mailliste
<%end if%>
</TD></TR>
<TR><TD VALIGN=TOP><P ALIGN=LEFT><I><B>Målgruppe:</B></I> </TD><TD >
<% If Siemens_intranet = true then%>&nbsp;&nbsp;
<IMG SRC=&#34;./check_ani.gif&#34; ALT=&#34;check_ani.gif, 920 bytes&#34; BORDER=&#34;0&#34; HEIGHT=&#34;20&#34;>
<FONT FACE=&#34;arial&#34; COLOR=&#34;#990033&#34;><B>&nbsp;&nbsp;Siemens Intranet</B></FONT>
<BR>
<%end if%>
<% If Sfab_intranet = true then%>&nbsp;&nbsp;
<IMG SRC=&#34;./check_ani.gif&#34; ALT=&#34;check_ani.gif, 920 bytes&#34; BORDER=&#34;0&#34; HEIGHT=&#34;20&#34;>
<FONT face=&#34;arial&#34; COLOR=&#34;#990033&#34;><B>&nbsp;&nbsp;SFAB-Intranet (utad)</B></FONT>
<BR>
<%end if%>
<% If lokal_intranet = true then%>&nbsp;&nbsp;
<IMG SRC=&#34;./check_ani.gif&#34; ALT=&#34;check_ani.gif, 920 bytes&#34; BORDER=&#34;0&#34; HEIGHT=&#34;20&#34;>
<FONT face=&#34;arial&#34; COLOR=&#34;#990033&#34;><B>&nbsp;&nbsp;Lokalt-Intranet (intern)</B></FONT>
<BR>
</P>
<%end if%>
</TD></TR>

<%&#39;***************************** produkt-sjekk ************************************************** *******
if prod = true then %>
<TR>
<TD align=right><B>Produkt:</B></TD>
<TD>
<%call produktvalg%>
</TD>
</TR>
<%Else%>
<INPUT TYPE=&#34;Hidden&#34; NAME=&#34;produkt&#34; VALUE=&#34;&#34;>
<%end if%>
<TR>
<TD align=right><B>Overskrift:</B></TD>
<TD><INPUT TYPE=&#34;text&#34; NAME=&#34;overskrift&#34; SIZE=&#34;55&#34;>
</TD>
</TR>
<%&#39;*************************************** Ingres - sjekk ***********************************************
if ingres=true then%>
<TR>
<TD align=right><B>Ingres:</B></TD>
<TD>
<TEXTAREA NAME=&#34;ingres&#34; ROWS=&#34;3&#34; COLS=&#34;50&#34; ></TEXTAREA>
</TD>
</TR>
<%end if%>
<%&#39;*************************************** Begrensning -sjekk **************************************
if begrensning = true then %>
<TR>
<TD>
</TD>
<TD>
<FONT COLOR=&#34;#000000&#34; FACE=&#34;Arial&#34; STYLE=&#34;font-size: 9pt&#34;>
<INPUT TYPE=&#34;radio&#34; NAME=&#34;begrensning&#34; VALUE=&#34;off&#34; CHECKED>Ekstern og intern
<INPUT TYPE=&#34;radio&#34; NAME=&#34;begrensning&#34; VALUE=&#34;on&#34; >Kun for intern bruk
</FONT>
</TD>
</TR>
<%else%>
<INPUT TYPE=&#34;Hidden&#34; NAME=&#34;begrensning&#34; VALUE=&#34;&#34;>
<%end if%>
<%&#39;************************************ Bilde - sjekk ************************************************** *
if bilde = true then %>
<TR>
<TD VALIGN=top align=right><B>Bilde:</B>
</TD>
<TD VALIGN=TOP><INPUT TYPE=&#34;file&#34; name=&#34;bilde&#34; SIZE=&#34;43&#34;><BR> <FONT COLOR=&#34;#000000&#34; FACE=&#34;Arial&#34; STYLE=&#34;font-size: 9pt&#34;>(Bilde vises sammen med teksten, max 600 Kbyte)<BR><INPUT TYPE=&#34;checkbox&#34; NAME=&#34;justering&#34; VALUE=&#34;true&#34; CHECKED>Komprimeres til vidde = 100 px? </FONT> </TD>
</TR>
<%end if%>
<%&#39;************************************ Vedlegg ************************************************** ***%>
<TR>
<TD VALIGN=top align=right><B>Vedlegg:</B>
</TD>
<TD VALIGN=TOP><INPUT TYPE=&#34;file&#34; name=&#34;vedlegg&#34; SIZE=&#34;43&#34;>
</TD>
</TR>
<%&#39;************************************ Melding ************************************************** ****%>
<TR>
<TD align=RIGHT VALIGN=top><B>Melding:</B><BR><FONT COLOR=&#34;#000000&#34; FACE=&#34;Arial&#34; STYLE=&#34;font-size: 9pt&#34;>
(Alternativ til <BR>vedlegg)</FONT></TD>
<TD><TEXTAREA NAME=&#34;melding&#34; ROWS=&#34;10&#34; COLS=&#34;50&#34; COLS ></TEXTAREA>
</TD>
</TR>
<% &#39;**************************************** Send knappen ******************************************* %>
<TR>
<TD colspan=2 ALIGN=right >
<BR><BR>
<input type=&#34;Submit&#34; value=&#34;Send og oppdater melding&#34;>
</TD>
</TR>
<INPUT TYPE=&#34;Hidden&#34; NAME=&#34;variable&#34; VALUE=<%=variable%>>
</FORM>
</TABLE>
</FONT>

</center>
<%
end sub