--- "Allen, Daniel" <[EMAIL PROTECTED]> wrote: > Can anyone tell me where I can get some more in-depth details on the way > the file upload interceptor works? Is there any documentation between > the levels of "how to use it" and the source code?
Not that I'm aware of. The source code, however, is very short. > I'm trying to take an uploaded document and then transfer it to a > backend in a different thread. But when I try to access the file in the > other thread, I get a FileNotFoundException. The file upload interceptor deletes the temporary file after the action executes (more or less). If you need other behavior then you can either copy the file to somewhere else (which could just as well be in the same temporary directory) and use the copy. You could also use the existing file upload interceptor as a template and create your own that doesn't delete the file. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]