Does blackpoint support infopath attachment of type .pdf

  • 17 March 2011
  • 1 reply
  • 0 views

Badge

Hi


I am taking the attachment of infopath and showing in the email through blackpoint with the help of get attachment content function().It is working fine for docx and txt files but it is not supporting .pdf file.Is there any way to acheive this.


Can we set or restrict the file type in infopath(browser enable) or blackpoint?


 


 


1 reply

Badge +2

If you use non-browser-enabled form, u can do this easily by selecting Allow the user to attach only the following file types, and entering the file types you want the user to be restricted to


But if you use browser-enabled form, you should create a validation in code behind. For example you may check this video out http://www.youtube.com/v/IV5bhqjUAgM&hl=en&fs=1&rel=0


After you create a validation in code-behind, i hope you can integrate your infopath + code behind and k2 process


 


-marengga-

Reply