문제

What is the best way to embed many files (pdf, rtf, doc) in form builder (Users can download files via form runer) paying attention to performance?

도움이 되었습니까?

해결책

I don't know about the performance part, but you can use the File Attachment control and set the "Read-Only" property of each control to true(). This way the files are attached to the form definition but the user can only download them, not change them.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top