Re: Struts 1.2.x and File I/O

2009-12-23 Thread vineith kaul
Related to this file upload thing , I am using the struts2 file upload.I know struts2 file-upload deletes the uploaded temp file.From a security stand point, do we still need to validate the input file (for bad input) or the fact that it got deleted should take of everything? Thanks! Kaul On Wed,

Re: Struts 1.2.x and File I/O

2009-12-23 Thread Dan Vargas
Ok, that's what I had figured, thanks. 2009/12/23 Paweł Wielgus > Hi Dan, > struts see only files on server, > so if You want to do something with a local file You have to upload it > to the server. > Also it's not struts related, all HTTP based solutions behave that way. > > Best greetings, > P

Re: Struts 1.2.x and File I/O

2009-12-23 Thread Paweł Wielgus
Hi Dan, struts see only files on server, so if You want to do something with a local file You have to upload it to the server. Also it's not struts related, all HTTP based solutions behave that way. Best greetings, Pawel Wielgus 2009/12/23, davargas123 : > > Is it necessary to upload a file to th