Hi
Struts provide a way of uploading file .It has one thing called FormFile object which holds the file coming from the client .
For this in ur
jsp u should use html:file and u should have a form bean which maps to this
and also in ur <html:form . u should give must and should method="post" enctype="multipart/form-data" and in action u say form.getFileName(0 which will give u FormFile object and it has methods like
FormFile.getInoutStream which returns u the stream .u need not worry abt even where the file is coming form mean across netwroks r ............