Hi again Is there some elegant way of uploading a file on the server with it's original file name using Struts? (unless file already exist)
Would I have to stream the data from the file from Form Bean into a file that I manually create on server or can Struts upload automatically create the disk file and write the file bytes to it? If so, than I would like to grab that file's name / path and store it in my DB. As you can see, I have never uploaded a file using Struts upload, wrapper, component. So this is the thing, I just wanna know how you go about uploading files in Struts. And please can anyone show me some examples on this one. Would really, greatly, appreciated. I know that I'm really making a meal of this post! :) Thanks --Alen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

