Hello,
  I'm still working on getting a file upload to work using flowscript
per Joerg's Wiki entry:

http://wiki.apache.org/cocoon/FileUploadsWithFlow


But the FileUploadManagerImpl.java code is hanging in:

public void upload(Part source, String destfilename) throws Exception {

And more specifically, on the call to source.getInputStream(). 

Any ideas?  The Part object (source) seems to be coming into the
operation OK as the getFileName() function works correctly on it (it
returns just the name, not the full path), but it just hangs when I try
to get its input stream.

Thanks,
Jeff


-----Original Message-----
From: Schmitz, Jeffrey A 
Sent: Tuesday, June 12, 2007 12:25 PM
To: '[email protected]'
Subject: RE: File Update with flowscript

I was able to build it myself from the source, jar it and install it and
that seems to have gotten me past the class not found error.

Jeff 

-----Original Message-----
From: Schmitz, Jeffrey A
Sent: Tuesday, June 12, 2007 12:08 PM
To: [email protected]
Subject: File Update with flowscript

 Hello,
   I was trying to follow the instructions here:

http://wiki.apache.org/cocoon/FileUploadsWithFlow

But am getting a class not found exception on
org.apache.cocoon.components.upload.FileUploadManagerImpl

I did download and install the referenced cocoon-upload.jar file. 

Any ideas?

Thanks,
Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to