File Upload and Dowload from 6.x

Hi all,

i would like to upload and download a file. I know the FileUploadDownload Example but i would like to build the process via the 6.x Pageflow editor.

This is what I’ve already did:

  • Execution > Contract > new Contract (type “file”) named “input1”
  • Pool > Data > new Document > File contract input “input1”
  • Created a Pageflow and uploaded the file (think so, because no errors appeared)

How can I download the file in the next step? Maybe someone could provide an example!

Best regards!

With 6.x pageform you don’t actually use contracts (well I haven’t).

Just use a document type variable and that’s it. The other thing is, on the Operations tab assign the 6.x page form variable to the document variable.

have a read of * http://documentation.bonitasoft.com/documents * under tab for version 6.5

regards
Seán

Thanks a lot! Now I’m able to share documents between processes! Best regards!