this question is a little bit to general. in htmlb its easy (JSP Example). See reference here on SDN:
<hbj:form encodingType="multipart/form-data" >
<hbj:fileUpload id="myfileupload"
maxLength="125000" size="50" />
</hbj:form>
The question is, where <b>to</b> do you want to upload it?
Br,
Oliver
Add a comment