<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for jacobslusser.com</title>
	<link>http://jacobslusser.com</link>
	<description>.NET, Reversing, Usability... and Desperately Trying Not to be Lame</description>
	<pubDate>Mon, 12 May 2008 12:47:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>Comment on Multiple File Upload by Paul</title>
		<link>http://jacobslusser.com/2007/09/13/multi-upload/#comment-1123</link>
		<author>Paul</author>
		<pubDate>Thu, 08 May 2008 13:18:06 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/09/13/multi-upload/#comment-1123</guid>
					<description>Re: Empty FileCollection 

Check the enctype of the Form is set to "multipart/form-data". 
You might need to set it manually in the code,
e.g. this.Page.Form.Enctype = "multipart/form-data";

PS. Nice solution.

Thanks</description>
		<content:encoded><![CDATA[<p>Re: Empty FileCollection </p>
<p>Check the enctype of the Form is set to &#8220;multipart/form-data&#8221;.<br />
You might need to set it manually in the code,<br />
e.g. this.Page.Form.Enctype = &#8220;multipart/form-data&#8221;;</p>
<p>PS. Nice solution.</p>
<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Multiple File Upload by Jacob</title>
		<link>http://jacobslusser.com/2007/09/13/multi-upload/#comment-1098</link>
		<author>Jacob</author>
		<pubDate>Sat, 03 May 2008 18:34:22 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/09/13/multi-upload/#comment-1098</guid>
					<description>If I understand you correctly, it sounds that the FileCollection is empty when using the sample code, but works when you add a FileUpload control to the page manually. Is that correct?

If that assumption is correct, I would assume then that there may be a problem with the JavaScript and the dynamic creation of the upload elements. I would double check that the script is running correctly in your browser to make sure those elements are actually being created at all. That might explain why the FileCollection is empty.</description>
		<content:encoded><![CDATA[<p>If I understand you correctly, it sounds that the FileCollection is empty when using the sample code, but works when you add a FileUpload control to the page manually. Is that correct?</p>
<p>If that assumption is correct, I would assume then that there may be a problem with the JavaScript and the dynamic creation of the upload elements. I would double check that the script is running correctly in your browser to make sure those elements are actually being created at all. That might explain why the FileCollection is empty.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Multiple File Upload by Alf</title>
		<link>http://jacobslusser.com/2007/09/13/multi-upload/#comment-1081</link>
		<author>Alf</author>
		<pubDate>Tue, 29 Apr 2008 17:35:34 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/09/13/multi-upload/#comment-1081</guid>
					<description>Hi, I test your code and for an strange and unknow reason the FileCollection is empty in the PostBack.
Just if I add a FileUpload control somewhere in the form I can get the correct FileCollection.
I'm using exactly your page in the example. nothing less, nothing more.
I'm working in Vista64, VS2008, Framework 3.5.

Did you have any idea ??

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I test your code and for an strange and unknow reason the FileCollection is empty in the PostBack.<br />
Just if I add a FileUpload control somewhere in the form I can get the correct FileCollection.<br />
I&#8217;m using exactly your page in the example. nothing less, nothing more.<br />
I&#8217;m working in Vista64, VS2008, Framework 3.5.</p>
<p>Did you have any idea ??</p>
<p>Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Multiple File Upload by Jacob</title>
		<link>http://jacobslusser.com/2007/09/13/multi-upload/#comment-887</link>
		<author>Jacob</author>
		<pubDate>Wed, 13 Feb 2008 03:26:04 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/09/13/multi-upload/#comment-887</guid>
					<description>Even though I originally wrote this for a company that only supports IE, I'm pretty good at testing my JavaScript in Firefox. I would be surprised if it didn't work.</description>
		<content:encoded><![CDATA[<p>Even though I originally wrote this for a company that only supports IE, I&#8217;m pretty good at testing my JavaScript in Firefox. I would be surprised if it didn&#8217;t work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Man vs. Wild by Eli</title>
		<link>http://jacobslusser.com/2007/11/24/man-vs-wild/#comment-840</link>
		<author>Eli</author>
		<pubDate>Mon, 04 Feb 2008 07:56:11 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/11/24/man-vs-wild/#comment-840</guid>
					<description>Dude...Bear Grylls rocks my socks!</description>
		<content:encoded><![CDATA[<p>Dude&#8230;Bear Grylls rocks my socks!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Multiple File Upload by Roger</title>
		<link>http://jacobslusser.com/2007/09/13/multi-upload/#comment-828</link>
		<author>Roger</author>
		<pubDate>Fri, 01 Feb 2008 05:19:10 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/09/13/multi-upload/#comment-828</guid>
					<description>Excellent.  Exactly what I was looking for.  Will the client side script run on any browser?  For example, FoxFire and Netscape in addition to Explorer.  Thanks.</description>
		<content:encoded><![CDATA[<p>Excellent.  Exactly what I was looking for.  Will the client side script run on any browser?  For example, FoxFire and Netscape in addition to Explorer.  Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Debugging JavaScript with Visual Studio by Lionel</title>
		<link>http://jacobslusser.com/2007/08/01/debugging-javascript/#comment-582</link>
		<author>Lionel</author>
		<pubDate>Wed, 12 Dec 2007 09:03:12 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/08/01/debugging-javascript/#comment-582</guid>
					<description>Thanks for the post. My page had a ToolkitScriptManager which I had to change to a normal scriptmanager to get it to work but got it going in the end. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. My page had a ToolkitScriptManager which I had to change to a normal scriptmanager to get it to work but got it going in the end. Thanks again.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on VirtualBox and PCLinuxOS 2007 by Geoff Thomas</title>
		<link>http://jacobslusser.com/2007/07/04/virtualbox-pclinuxos/#comment-570</link>
		<author>Geoff Thomas</author>
		<pubDate>Thu, 22 Nov 2007 18:31:41 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/07/04/virtualbox-pclinuxos/#comment-570</guid>
					<description>Hi Jacob,
Many thanks for your simple concise instructions for installing Virtual Machine it worked a treat!! .. I had tried the command line install (as a Noobie) without success.
My vbetry best to you Geoff</description>
		<content:encoded><![CDATA[<p>Hi Jacob,<br />
Many thanks for your simple concise instructions for installing Virtual Machine it worked a treat!! .. I had tried the command line install (as a Noobie) without success.<br />
My vbetry best to you Geoff</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on SweetNES Baby-Steps by jacobslusser.com &#187; Blog Archive &#187; SweetNES Step-By-Step</title>
		<link>http://jacobslusser.com/2007/11/01/sweetnes-baby-steps/#comment-563</link>
		<author>jacobslusser.com &#187; Blog Archive &#187; SweetNES Step-By-Step</author>
		<pubDate>Thu, 15 Nov 2007 04:21:25 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/11/01/sweetnes-baby-steps/#comment-563</guid>
					<description>[...] it to me to make a difficult job even harder. After briefly discussing my approach for getting the SweetNES project rolling I decided to document the entire endeavor. I [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] it to me to make a difficult job even harder. After briefly discussing my approach for getting the SweetNES project rolling I decided to document the entire endeavor. I [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on VirtualBox and PCLinuxOS 2007 by Robert</title>
		<link>http://jacobslusser.com/2007/07/04/virtualbox-pclinuxos/#comment-558</link>
		<author>Robert</author>
		<pubDate>Thu, 08 Nov 2007 22:15:43 +0000</pubDate>
		<guid>http://jacobslusser.com/2007/07/04/virtualbox-pclinuxos/#comment-558</guid>
					<description>on the issue where you comment out the following link in the xorg.conf

#	InputDevice "Mouse2" "SendCoreEvents"

this can be done from a virtual console and doesn't require a reboot to do it.  

Simply use the left ctrl &#38; alt with F1.  Log in.  Then edit the xorg.conf to include the commented line and save your changes. 

Then when complete use ctrl &#38; alt F7 to get back to the screen where the mouse has go wiggy and using the right set of ctrl &#38; alt..  Depress them and hit the backspace key.  This will kill the Xsession.  Then use the same step again to restart the X server.  It will then pick up all the changes nicely. 

Rob</description>
		<content:encoded><![CDATA[<p>on the issue where you comment out the following link in the xorg.conf</p>
<p>#	InputDevice &#8220;Mouse2&#8243; &#8220;SendCoreEvents&#8221;</p>
<p>this can be done from a virtual console and doesn&#8217;t require a reboot to do it.  </p>
<p>Simply use the left ctrl &amp; alt with F1.  Log in.  Then edit the xorg.conf to include the commented line and save your changes. </p>
<p>Then when complete use ctrl &amp; alt F7 to get back to the screen where the mouse has go wiggy and using the right set of ctrl &amp; alt..  Depress them and hit the backspace key.  This will kill the Xsession.  Then use the same step again to restart the X server.  It will then pick up all the changes nicely. </p>
<p>Rob</p>
]]></content:encoded>
				</item>
</channel>
</rss>
