JBoss Community

Re: upload file in ftl ?

created by Tobias Wittur in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community