<?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"
	>
<channel>
	<title>Comments on: Multiple File Uploads in Django</title>
	<atom:link href="http://scompt.com/archives/2007/11/03/multiple-file-uploads-in-django/feed" rel="self" type="application/rss+xml" />
	<link>http://scompt.com/archives/2007/11/03/multiple-file-uploads-in-django</link>
	<description>The website of Edward Dale</description>
	<pubDate>Thu, 20 Nov 2008 08:34:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.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/archives/2007/11/03/multiple-file-uploads-in-django#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'll probably use it from your view functions.  After displaying the form, you'll have access to the files as UploadedFiles as described &lt;a href="http://www.djangoproject.com/documentation/newforms/#filefield" rel="nofollow"&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/archives/2007/11/03/multiple-file-uploads-in-django#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's the name of the key this returns? I'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/archives/2007/11/03/multiple-file-uploads-in-django#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'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>
