Tobias Wittur [
http://community.jboss.org/people/tob1as] created the discussion
"Re: upload file in ftl ?"
To view the discussion, visit:
http://community.jboss.org/message/620262#620262
--------------------------------------------------------------
So your form looks somehow like this?:
<form action="targetUrl" enctype="multipart/form-data"
method="post">
<input type="file" name="dataFile" size="40">
<input type="submit" value="Send">
</form>
I guess the file name should be saved in dataFile.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/620262#620262]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]