logo       

[Cocoon Wiki] Update of "RecipeUploadUsingAction" by JacobArnold: msg#00018

Subject: [Cocoon Wiki] Update of "RecipeUploadUsingAction" by JacobArnold
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change 
notification.

The following page has been changed by JacobArnold:
http://wiki.apache.org/cocoon/RecipeUploadUsingAction

The comment on the change is:
Moved stripping of path from FileUploadInfo to FileUploadAction

------------------------------------------------------------------------------
        
      
        /*
-        * go thrue form parameters
+        * go thru form parameters
         * add to return Map FileUploadInfo object to get informations about 
         * uploaded file
         */     
@@ -548, +548 @@

                        // do upload flag
                        boolean doUpload = true;
                        
+                       // strip off path (IE for Windows includes it)
+                       String filename = filePart.getUploadName();
+                       int lastSlash = filename.lastIndexOf('\\');
+                       filename = uploadedFileName.substring(lastSlash+1);
+ 
                        // set fileinfo
-                       fileInfo.setOriginalFileName(filePart.getUploadName());
+                       fileInfo.setOriginalFileName(filename);
                        
fileInfo.setUploadedFileName(fileInfo.getOriginalFileName());
                        
                        // define file target
@@ -838, +843 @@

         * @param uploadedFileName
         */
        public void setUploadedFileName(String uploadedFileName) {
-               // Type of slash depends on browser's platform, not server 
platform
-               int lastSlash = uploadedFileName.lastIndexOf('/');
-               if (lastSlash == -1) {
-                       lastSlash = uploadedFileName.lastIndexOf('\\');
-               }
-               this.uploadedFileName = uploadedFileName.substring(lastSlash+1);
+               this.uploadedFileName = uploadedFileName;
        }
  
        /* (non-Javadoc)



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
qnx.openqnx.dev...    politics.lenini...    audio.emagic.ex...    tex.texinfo.gen...    handhelds.linux...    ietf.sipping/20...    lang.erlang.gen...    cygwin.talk/200...    yellowdog.gener...    mozilla.devel.l...    xfree86.newbie/...    openbsd.ports/2...    db.oracle.devel...    kde.kalyxo.deve...    user-groups.lin...    bbc.cvs/2003-04...    gnu.libtool.bug...    redhat.k12osn/2...    emulators.wine....    freebsd.devel.d...    search.xapian.g...    java.izpack.use...    network.mrtg.us...    windows.total-c...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe