<?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 on: Django Example: FileField and ImageField</title>
	<atom:link href="http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/</link>
	<description>Nitin Hayaran&#039;s Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:42:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: 使用django的ImageField和forms from models快速制作上传图片表单</title>
		<link>http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/comment-page-1/#comment-33838</link>
		<dc:creator>使用django的ImageField和forms from models快速制作上传图片表单</dc:creator>
		<pubDate>Wed, 18 Jan 2012 04:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=59#comment-33838</guid>
		<description>[...] 上面的方法不一定是最好的，不过也提供了一些思路。另外，即便是不使用forms from models，也可以方便的使用ImageField保存图片：见http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 上面的方法不一定是最好的，不过也提供了一些思路。另外，即便是不使用forms from models，也可以方便的使用ImageField保存图片：见http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Django中实用imageField实现图片上传 &#124; 岭南六少 - 一朵在LAMP架构下挣扎的云</title>
		<link>http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/comment-page-1/#comment-30095</link>
		<dc:creator>Django中实用imageField实现图片上传 &#124; 岭南六少 - 一朵在LAMP架构下挣扎的云</dc:creator>
		<pubDate>Mon, 14 Nov 2011 15:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=59#comment-30095</guid>
		<description>[...] 参考： http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/#ixzz1bQoHFUxp                分类: Django, Python 标签: Django   (还没有人评分) &#160;Loading ...       Python 程序员的进化Python多线程下载文件Python与Ruby一些有用的Python函式庫列表Django子域的实现用Python实现CRUD功能REST服务python web.py使用flup lighttpd优化过程浅谈Python web框架linux上部署Django项目(Apache+mod_wsgi+django)网站架构总结     评论 (0) Trackbacks (0) 发表评论 Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] 参考： http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/#ixzz1bQoHFUxp                分类: Django, Python 标签: Django   (还没有人评分) &nbsp;Loading &#8230;       Python 程序员的进化Python多线程下载文件Python与Ruby一些有用的Python函式庫列表Django子域的实现用Python实现CRUD功能REST服务python web.py使用flup lighttpd优化过程浅谈Python web框架linux上部署Django项目(Apache+mod_wsgi+django)网站架构总结     评论 (0) Trackbacks (0) 发表评论 Trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: red pepper</title>
		<link>http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/comment-page-1/#comment-7462</link>
		<dc:creator>red pepper</dc:creator>
		<pubDate>Mon, 05 Jul 2010 15:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=59#comment-7462</guid>
		<description>Thanks for text very good</description>
		<content:encoded><![CDATA[<p>Thanks for text very good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yomguy</title>
		<link>http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/comment-page-1/#comment-5935</link>
		<dc:creator>yomguy</dc:creator>
		<pubDate>Sun, 04 Apr 2010 00:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=59#comment-5935</guid>
		<description>Thanks !

It was very useful for me since a :

mymodel.video.write(f.read())

didn&#039;t worked anymore with Django 1.1...
It&#039;s a shame that the ContentFile object is not really documented from the Django FileField methods and related objects such as UploadedFile and so on (http://docs.djangoproject.com/en/dev/topics/http/file-uploads/)</description>
		<content:encoded><![CDATA[<p>Thanks !</p>
<p>It was very useful for me since a :</p>
<p>mymodel.video.write(f.read())</p>
<p>didn&#8217;t worked anymore with Django 1.1&#8230;<br />
It&#8217;s a shame that the ContentFile object is not really documented from the Django FileField methods and related objects such as UploadedFile and so on (<a href="http://docs.djangoproject.com/en/dev/topics/http/file-uploads/" rel="nofollow">http://docs.djangoproject.com/en/dev/topics/http/file-uploads/</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/comment-page-1/#comment-5366</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Sat, 06 Mar 2010 00:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=59#comment-5366</guid>
		<description>Exist some way, how to resolve this with chunks instead of read ?</description>
		<content:encoded><![CDATA[<p>Exist some way, how to resolve this with chunks instead of read ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fenris</title>
		<link>http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/comment-page-1/#comment-2745</link>
		<dc:creator>Fenris</dc:creator>
		<pubDate>Wed, 15 Jul 2009 02:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=59#comment-2745</guid>
		<description>Is the explicit set of the file necessary? I  think that if you have a MyModelForm and do 
model = MyModelForm(request.POST, request.FILES) thats all you need</description>
		<content:encoded><![CDATA[<p>Is the explicit set of the file necessary? I  think that if you have a MyModelForm and do<br />
model = MyModelForm(request.POST, request.FILES) thats all you need</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/comment-page-1/#comment-1376</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 15 May 2009 10:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=59#comment-1376</guid>
		<description>How do you resolve problem with 1 user adding a big video file, and second one want to visit your site.

My prolem is that when I&#039;m uploading a file, the rest of the system is down, and none can use it.</description>
		<content:encoded><![CDATA[<p>How do you resolve problem with 1 user adding a big video file, and second one want to visit your site.</p>
<p>My prolem is that when I&#8217;m uploading a file, the rest of the system is down, and none can use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonatan Anauati</title>
		<link>http://www.nitinh.com/2009/02/django-example-filefield-and-imagefield/comment-page-1/#comment-785</link>
		<dc:creator>Jonatan Anauati</dc:creator>
		<pubDate>Sun, 26 Apr 2009 14:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.nitinh.com/?p=59#comment-785</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
