<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
GASSIMBE Hamidou wrote:
<blockquote
 cite="mid20060308213210.13671.qmail@web25701.mail.ukl.yahoo.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=iso-8859-1">
  <div>In opencms 5, i was used these instructions to upload file, but
when i migrate to opencms 6 these instrutions do not work well, can you
help me:</div>
  <div> </div>
  <div><strong>CmsJspActionElement cmsJsp = new
CmsJspActionElement(pageContext, request, response);<br>
      CmsObject cms1 = cmsJsp.getCmsObject();<br>
     <br>
     String titre=
cote(cms1.getRequestContext().getRequest().getParameter("titre"));<br>
          <br>
                  <br>
     Enumeration e =
cms1.getRequestContext().getRequest().getFileNames(); </strong> <br>
  </div>
  <p> </p>
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les
tarifs exceptionnels pour appeler la France et l'international.
  <a
 href="http://us.rd.yahoo.com/messenger/mail_taglines/default/*http://fr.beta.messenger.yahoo.com">Téléchargez</a>
la version beta.
  <pre wrap="">
<hr size="4" width="90%">

___________________</pre>
</blockquote>
Package names have changed<br>
old:             com.opencms.flex.jsp<br>
new            org.opencms.jsp<br>
<br>
<br>
Please read the alcacon documentation of opencms 6. It describes how to
move from opencms 5 to opencms 6.<br>
<br>
Christian<br>
</body>
</html>