Hi all,
I have finally gotten the FileUploadsWithFlow sample working without errors,
but I still can't see anything arriving on the server. :-(

I get no error anywhere. Not in the console, not in the browser, not in the
logs. The Flow script throws me to the success page, which should mean the
object was successfully created.
>From what I read in the FileUploadManager.java file the upload directory is
taken from the context. But regardless of what I set in web.xml I see
nothing hapening there.
I know that Cocoon removes the files from the upload directory at the end of
teh request, but is this also the case here? After all the file is manually
written to disk.

What do I need to set in the web.xml file to get things running? Do I need
to copy the file to a different directory again after the FileUploadMagager
has already written it to disk?

If I get this running I promise I'll update the Wiki page so it's more
usable for newbies like me.

Thanks for any help,
Bert



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

Reply via email to