<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Multiple File Uploads in Django</title>
	<atom:link href="http://scompt.com/blog/archives/2007/11/03/multiple-file-uploads-in-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://scompt.com/blog/archives/2007/11/03/multiple-file-uploads-in-django</link>
	<description>The website of Edward Dale</description>
	<lastBuildDate>Mon, 18 Apr 2011 07:54:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: scompt</title>
		<link>http://scompt.com/blog/archives/2007/11/03/multiple-file-uploads-in-django/comment-page-1/#comment-125</link>
		<dc:creator>scompt</dc:creator>
		<pubDate>Sat, 08 Dec 2007 09:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://scompt.com/archives/2007/11/03/multiple-file-uploads-in-django#comment-125</guid>
		<description>Mogga, this is all at the newforms level, so you&#039;ll probably use it from your view functions.  After displaying the form, you&#039;ll have access to the files as UploadedFiles as described &lt;a href=&quot;http://www.djangoproject.com/documentation/newforms/#filefield&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.  Then, you can save them where you want.</description>
		<content:encoded><![CDATA[<p>Mogga, this is all at the newforms level, so you&#8217;ll probably use it from your view functions.  After displaying the form, you&#8217;ll have access to the files as UploadedFiles as described <a href="http://www.djangoproject.com/documentation/newforms/#filefield" rel="nofollow">here</a>.  Then, you can save them where you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mogga</title>
		<link>http://scompt.com/blog/archives/2007/11/03/multiple-file-uploads-in-django/comment-page-1/#comment-96</link>
		<dc:creator>Mogga</dc:creator>
		<pubDate>Fri, 30 Nov 2007 17:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://scompt.com/archives/2007/11/03/multiple-file-uploads-in-django#comment-96</guid>
		<description>what&#039;s the name of the key this returns? I&#039;m getting MultiValueDictKeyError</description>
		<content:encoded><![CDATA[<p>what&#8217;s the name of the key this returns? I&#8217;m getting MultiValueDictKeyError</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mogga</title>
		<link>http://scompt.com/blog/archives/2007/11/03/multiple-file-uploads-in-django/comment-page-1/#comment-94</link>
		<dc:creator>Mogga</dc:creator>
		<pubDate>Fri, 30 Nov 2007 16:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://scompt.com/archives/2007/11/03/multiple-file-uploads-in-django#comment-94</guid>
		<description>This looks great... what&#039;s the suggested way to implement this in the model? Can you add custom upload_to for this as well? wow!</description>
		<content:encoded><![CDATA[<p>This looks great&#8230; what&#8217;s the suggested way to implement this in the model? Can you add custom upload_to for this as well? wow!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

