摘要:
I updated my sample Multi Attachment custom control to now accept configuration parameters so it is easier to reuse the control in different applications. The updated application can be downloaded from OpenNTF.org by clicking here. I decided to make the control easy to drag and drop onto any XPage a 阅读全文
posted @ 2011-03-04 22:03
hannover
阅读(385)
评论(0)
推荐(0)
摘要:
Below is an example of how to build a multi file upload Custom Control that uses a central attachment repository db for all the attachments. The application has very little code and utilizes the Repeat control and Panel control to generate an unlimited amount of uploads per XPage. (Actually, I am su 阅读全文
posted @ 2011-03-04 21:44
hannover
阅读(773)
评论(0)
推荐(0)
摘要:
Below is an example of how to build a multi file upload Custom Control that uses a central attachment repository db for all the attachments. The application has very little code and utilizes the Repeat control and Panel control to generate an unlimited amount of uploads per XPage. (Actually, I am su 阅读全文
posted @ 2011-03-04 21:40
hannover
阅读(6472)
评论(0)
推荐(0)
摘要:
Many people have been asking for my help with a problem with the 8.5 Discussion template's File Download control. The reason is that I have an example of a Custom Control for storing file attachments in a central database which uses the File Download control and has the same issue. The issue wit 阅读全文
posted @ 2011-03-04 21:36
hannover
阅读(275)
评论(0)
推荐(0)
摘要:
Table of Contents 1 Restrict the size of uploaded files2 Limiting file types for upload3 How to process an uploaded file4 How to enable large file uploads in DominoRestrict the size of uploaded filesSet in Application Properties -> XPage Properties -> File Upload max size .Limiting file types 阅读全文
posted @ 2011-03-04 21:33
hannover
阅读(453)
评论(0)
推荐(0)
摘要:
Table of Contents 1 Restrict the size of uploaded files2 Known Bugs for upload control3 Workaround for known bug in download controlRestrict the size of uploaded filesSet in Application Properties -> XPage Properties -> File Upload max size .Known Bugs for upload controlThe option "replac 阅读全文
posted @ 2011-03-04 21:32
hannover
阅读(330)
评论(0)
推荐(0)