摘要: Subject: xpage and file upload (unable to upload more than 7 megs)Feedback Type: ProblemProduct Area: Domino ServerTechnical Area: Application DevelopmentPlatform: WindowsRelease: 8.5.1Reproducible: Always Hi.In short Using Xpage, I am unable to upload anything larger than 7 megs. Even in the Notes 阅读全文
posted @ 2011-03-04 22:12 hannover 阅读(331) 评论(0) 推荐(0)
摘要: This is two XPages tips rolled into one prompted by my colleagues Maire Kehoe and Niklas Heidloff.So the question was how do I upload files larger than 1mb via XPages and how do I increase the timeout limit to allow for slow network speeds when I'm uploading these big files?So the first part, ho 阅读全文
posted @ 2011-03-04 22:10 hannover 阅读(328) 评论(0) 推荐(0)
摘要: AbstractNo abstract provided.ShowTable of ContentsHideTable of Contents 1 Introduction2 Adding the upload control to your XPage or custom control3 Using the file download control to find MIME types4 Notifying the user when an invalid file is submitted 5 Conclusion6 Resources7 About the authorSummary 阅读全文
posted @ 2011-03-04 22:05 hannover 阅读(686) 评论(0) 推荐(0)
摘要: 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)