html:

page class:

public abstract IUploadFile getUploadFile();
...
public void onSubmit(IRequestCycle cycle) {
   InputStream fileInput = 
getUploadFile().getStream();
   //now you have an input stream with your file's content. Do what 
you need.
}


More info:



-------------------- m2f --------------------

Sent from www.TapestryForums.com

Read this topic online here: <<topic_link>>

http://www.tapestryforums.com/viewtopic.php?p=14707#14707

-------------------- m2f --------------------


Reply via email to