I have 2 forms
One is file uploader and second is normal data input form(Orbeon form)
The sequence is upload file from 1st form and submit
It will be submitted to the one of the Controller in my project and calculate summary using file data
Now the next step is to show that summary data and attached file with the next orbeon form.For this I can prefill summery data in next from by setting control values in <form> tag of "fr-form-data" attribute and post this to the next form.
It will show all prefilled summary data but don't know how can i pass the file with the requset so that it will be displayed on the form like below(because I don't want let user upload same file again)
in this image "Grand Totals" tag will show the summery data which works fine but what about file???