depub2 wrote: > I am trying to use the upload feature in Cocoon. I > understand the default upload mechanism which uploads to a > temporary directory and requires the file to be copied or > moved before the request ends. I can get a file to upload to > the temporary directory. > > THE QUESTION IS: How do I move/copy the file without > dropping into some custom java code or xsp? Isn't there a > cocoon action like "copy-file"?
There is http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/java/org/apache/cocoon/acting/CopySourceAction.java Guido --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
