<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iPhone SDK develop &#38; programming tips &#187; to server</title>
	<atom:link href="http://www.flyblog.info/tag/to-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flyblog.info</link>
	<description>ideas for programming</description>
	<lastBuildDate>Fri, 20 May 2011 09:49:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone SDK开发： 如何上传图片文件到服务器</title>
		<link>http://www.flyblog.info/catprogramming/392.html</link>
		<comments>http://www.flyblog.info/catprogramming/392.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 02:54:44 +0000</pubDate>
		<dc:creator>Flyblog</dc:creator>
				<category><![CDATA[编程开发]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[to server]]></category>
		<category><![CDATA[上传文件，upload picture]]></category>

		<guid isPermaLink="false">http://www.flyblog.info/?p=392</guid>
		<description><![CDATA[现成的代码， 如果不想压缩，可以去掉zlib 
头文件

?View Code OBJC1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@interface EPUploader : NSObject &#123;
    NSURL *serverURL;
    NSString *filePath;
    id delegate;
    SEL doneSelector;
    SEL errorSelector;
&#160;
    BOOL uploadDidSucceed;
&#125;
&#160;
-   &#40;id&#41;initWithURL: &#40;NSURL *&#41;serverURL
        filePath: &#40;NSString *&#41;filePath
  [...]]]></description>
		<wfw:commentRss>http://www.flyblog.info/catprogramming/392.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

