<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Mark Barton</title>
	<atom:link href="http://www.markbarton.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.markbarton.com</link>
	<description>Domino, Adobe Flex and stuff</description>
	<lastBuildDate>Wed, 18 Aug 2010 08:58:29 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Authenticated Multi File Uploads &#8211; A possible solution by Mark Leusink</title>
		<link>http://www.markbarton.com/?p=163&#038;cpage=1#comment-190</link>
		<dc:creator>Mark Leusink</dc:creator>
		<pubDate>Wed, 18 Aug 2010 08:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=163#comment-190</guid>
		<description>Hi,

The upload is done in the Notes database.

The DominoDisableUploadChecks isn&#039;t needed because the upload is performed in 2 steps: I first do an ?openForm request to the target form. That form contains a file upload control, so the response of the request gives me a valid name for the file data (%%file.xxx). I then use that name when uploading the file(s). Drop me an email and I&#039;ll send you the demo database.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The upload is done in the Notes database.</p>
<p>The DominoDisableUploadChecks isn&#8217;t needed because the upload is performed in 2 steps: I first do an ?openForm request to the target form. That form contains a file upload control, so the response of the request gives me a valid name for the file data (%%file.xxx). I then use that name when uploading the file(s). Drop me an email and I&#8217;ll send you the demo database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authenticated Multi File Uploads &#8211; A possible solution by admin</title>
		<link>http://www.markbarton.com/?p=163&#038;cpage=1#comment-189</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 18 Aug 2010 07:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=163#comment-189</guid>
		<description>That sounds great Mark.

I would be really interested in seeing that working - particularly interested why you do not need the DominoDisableUploadChecks.  Are you performing the upload within the Notes database or from another domain?
</description>
		<content:encoded><![CDATA[<p>That sounds great Mark.</p>
<p>I would be really interested in seeing that working &#8211; particularly interested why you do not need the DominoDisableUploadChecks.  Are you performing the upload within the Notes database or from another domain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authenticated Multi File Uploads &#8211; A possible solution by Mark Leusink</title>
		<link>http://www.markbarton.com/?p=163&#038;cpage=1#comment-188</link>
		<dc:creator>Mark Leusink</dc:creator>
		<pubDate>Wed, 18 Aug 2010 06:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=163#comment-188</guid>
		<description>I&#039;ve created a demo application for multiple-file uploads to a Domino server that uses a Flash based uploader (SWFUpload) and an authentication solution inspired by this article. It doesn&#039;t use Flex, but a combination of HTML, Javascript, CSS and the &quot;hidden&quot; Flash component. The DominoDisableFileUploadChecks isn&#039;t required and it does a basic post to a NotesDocument without using a servlet.

I&#039;m currently working on an accompanying article describing what it does and it&#039;s features and will post it when done.

Regarding the SSL question: although not tested it should work with SSL, but only with trusted certificates, not self-signed certificates. This is probably the same for a Flex based solution.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a demo application for multiple-file uploads to a Domino server that uses a Flash based uploader (SWFUpload) and an authentication solution inspired by this article. It doesn&#8217;t use Flex, but a combination of HTML, Javascript, CSS and the &#8220;hidden&#8221; Flash component. The DominoDisableFileUploadChecks isn&#8217;t required and it does a basic post to a NotesDocument without using a servlet.</p>
<p>I&#8217;m currently working on an accompanying article describing what it does and it&#8217;s features and will post it when done.</p>
<p>Regarding the SSL question: although not tested it should work with SSL, but only with trusted certificates, not self-signed certificates. This is probably the same for a Flex based solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authenticated Multi File Uploads &#8211; A possible solution by Matthias Wille</title>
		<link>http://www.markbarton.com/?p=163&#038;cpage=1#comment-187</link>
		<dc:creator>Matthias Wille</dc:creator>
		<pubDate>Tue, 17 Aug 2010 11:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=163#comment-187</guid>
		<description>To be honest I haven&#039;t given SSL yet much attention. Need to get this working in the first place. But once I&#039;m there I will certainly consider SSL as well.</description>
		<content:encoded><![CDATA[<p>To be honest I haven&#8217;t given SSL yet much attention. Need to get this working in the first place. But once I&#8217;m there I will certainly consider SSL as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex Frameworks &amp; why they matter (particularly if your coming from Lotus Notes) by admin</title>
		<link>http://www.markbarton.com/?p=175&#038;cpage=1#comment-179</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 04 Aug 2010 07:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=175#comment-179</guid>
		<description>Cheers Mark.</description>
		<content:encoded><![CDATA[<p>Cheers Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authenticated Multi File Uploads &#8211; A possible solution by admin</title>
		<link>http://www.markbarton.com/?p=163&#038;cpage=1#comment-178</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 04 Aug 2010 07:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=163#comment-178</guid>
		<description>Thanks for the info Matthias - I assume your application would be contained within a SSL as well which would help to mitigate the issue.</description>
		<content:encoded><![CDATA[<p>Thanks for the info Matthias &#8211; I assume your application would be contained within a SSL as well which would help to mitigate the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex Frameworks &amp; why they matter (particularly if your coming from Lotus Notes) by Richard Moy</title>
		<link>http://www.markbarton.com/?p=175&#038;cpage=1#comment-176</link>
		<dc:creator>Richard Moy</dc:creator>
		<pubDate>Wed, 04 Aug 2010 00:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=175#comment-176</guid>
		<description>Mark,

Great explanation.  In many ways development for Domino and Lotus Notes even with XPages is quite far behind compared to other environments, but at the same time it has many advantages.</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>Great explanation.  In many ways development for Domino and Lotus Notes even with XPages is quite far behind compared to other environments, but at the same time it has many advantages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex Frameworks &amp; why they matter (particularly if your coming from Lotus Notes) by Mark Myers</title>
		<link>http://www.markbarton.com/?p=175&#038;cpage=1#comment-175</link>
		<dc:creator>Mark Myers</dc:creator>
		<pubDate>Wed, 04 Aug 2010 00:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=175#comment-175</guid>
		<description>Coor, you write proper blog entries, nice info</description>
		<content:encoded><![CDATA[<p>Coor, you write proper blog entries, nice info</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authenticated Multi File Uploads &#8211; A possible solution by Matthias Wille</title>
		<link>http://www.markbarton.com/?p=163&#038;cpage=1#comment-174</link>
		<dc:creator>Matthias Wille</dc:creator>
		<pubDate>Tue, 03 Aug 2010 21:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=163#comment-174</guid>
		<description>Not sure what this issue is that you have with Flash and non IE browser with regards to the session authentication when doing a file upload via HTTP post. 

I&#039;m using the method described here...

http://flexdomino.blogspot.com/2010/07/how-to-session-authenticate-flash.html

to authenticate a Flex/Flash session with a Domino server and it seems to be working fine with all browsers. Having said this I have not been experimenting with file uploads via HTTP post. So I&#039;m not sure if this authentication method will help you. 

An alternative to an HTTP post could be web services. Unfortunately a file upload via a Domino web service  causes the HTTP server to go to its knees if the file size goes beyond 1MB (server CPU goes to 100% for a prolonged period). This seems to be a known issue which IBM does not intent to fix. If anyone cares to try, there is a file upload web service examples available on openntf.org. We have tried using the provided solution to post documents from LifeCycle to Domino and gave up on.

Currently I&#039;m developing a generic file upload servlet. I have already done this in the past for a product called Integra for Notes and it worked quite well.</description>
		<content:encoded><![CDATA[<p>Not sure what this issue is that you have with Flash and non IE browser with regards to the session authentication when doing a file upload via HTTP post. </p>
<p>I&#8217;m using the method described here&#8230;</p>
<p><a href="http://flexdomino.blogspot.com/2010/07/how-to-session-authenticate-flash.html" rel="nofollow">http://flexdomino.blogspot.com/2010/07/how-to-session-authenticate-flash.html</a></p>
<p>to authenticate a Flex/Flash session with a Domino server and it seems to be working fine with all browsers. Having said this I have not been experimenting with file uploads via HTTP post. So I&#8217;m not sure if this authentication method will help you. </p>
<p>An alternative to an HTTP post could be web services. Unfortunately a file upload via a Domino web service  causes the HTTP server to go to its knees if the file size goes beyond 1MB (server CPU goes to 100% for a prolonged period). This seems to be a known issue which IBM does not intent to fix. If anyone cares to try, there is a file upload web service examples available on openntf.org. We have tried using the provided solution to post documents from LifeCycle to Domino and gave up on.</p>
<p>Currently I&#8217;m developing a generic file upload servlet. I have already done this in the past for a product called Integra for Notes and it worked quite well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex &amp; Lotus Notes Presentation by Mark Barton » Adobe Flex &#38; Lotus Notes Presentation &#124; Flex learner</title>
		<link>http://www.markbarton.com/?p=171&#038;cpage=1#comment-173</link>
		<dc:creator>Mark Barton » Adobe Flex &#38; Lotus Notes Presentation &#124; Flex learner</dc:creator>
		<pubDate>Tue, 03 Aug 2010 16:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.markbarton.com/?p=171#comment-173</guid>
		<description>[...] more here: Mark Barton » Adobe Flex &amp; Lotus Notes Presentation   This entry was posted in Adobe, flex, flex 3 and tagged Adobe, adobe flex, flex, gave-at-lcty, [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Mark Barton » Adobe Flex &amp; Lotus Notes Presentation   This entry was posted in Adobe, flex, flex 3 and tagged Adobe, adobe flex, flex, gave-at-lcty, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
