Concept question

  • 19 July 2006
  • 1 reply
  • 0 views

Badge +5
Hello,
I'm building a complaint workflow using K2 with asp.net webforms.
In the webform there is a section where users can upload a picture to describe the problem. There is also a detail-section where the user can fill in multiple products and quantities (master-detail concept).

My question is where to store these values ? (picture + master detail). Can this be done with K2 data/xml fields, or should I build my own SQL table to support the workflow ?

1 reply

Badge +13
You should not have to create your own table. You could store picture as in binary field without auditing data to lessen storage required.

Or if you have SharePoint/WSS you can use the built-in control for document attachment.

Reply