Add Document file both MS Word and open office


in my project , the user need to upload /review a document file.

How to upload and review it in the K2 blackperk.

i use k2 smartform to immplement this project .

 

thank you. 


2 replies

Badge +9

Hi SawasDee,


 


You can create a SmartObject with a property of type File and upload the file to the SmartObject. This can be retrieved throughout the Process Instance if you have the record's ID number.


 


But this will cause some performance issues if the file size is huge.


 


The other way would be to upload the file to a SharePoint Document library using the SharePoint Document Wizards.


 


-Jean

thank you. 

Reply