This week's giveaway is in the Testing forum. We're giving away four copies of TDD for a Shopping Website LiveProject and have Steven Solomon on-line! See this thread for details.
Okay so you want to read a file on client's machine directly from your struts action?? This is not possible, you cannot read any file from the client's hard disk. The only way to do this is the browser sends the file to the server using <input type="file" /> (or <s:file> struts tag)...