No, it won't. We don't use the name of the file being uploaded at all for temporary storage. Just File.createTempFile().
-- Adam On 12/8/06, Daniel Hannum <[EMAIL PROTECTED]> wrote:
Is it possible for two threads uploading the same-named file via an inputFile to collide? Trinidad is going to put them all in the same dir, I think. What I don't know is if it uses a unique name internally. I have co-workers who are hell-bent on making sure that can't happen. Can anyone answer that? Thanks Dan
