<?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>ForDevs &#187; File</title>
	<atom:link href="http://www.fordevs.com/tag/file/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Tue, 25 May 2010 17:19:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Upload File in Asp.net</title>
		<link>http://www.fordevs.com/2008/12/how-to-upload-file-in-aspnet.html</link>
		<comments>http://www.fordevs.com/2008/12/how-to-upload-file-in-aspnet.html#comments</comments>
		<pubDate>Fri, 12 Dec 2008 17:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[File]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/how-to-upload-file-in-aspnet.html</guid>
		<description><![CDATA[Here in this example we browse a file from our pc and upload that file to some other location in our pc. Default.aspx &#60;input type=file id=File1 name=File1 runat=&#8221;server&#8221;&#62;&#60;input type=&#8221;submit&#8221; id=&#8221;Submit1&#8243; value=&#8221;Upload&#8221; runat=&#8221;server&#8221; name=&#8221;Submit1&#8243;&#62; Defalut.aspx.cs protected void Submit1_ServerClick(object sender, EventArgs e) { if( ( File1.PostedFile != null ) &#38;&#38; ( File1.PostedFile.ContentLength > 0 ) ) { [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/how-to-upload-file-in-aspnet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP Files and Folder Structure</title>
		<link>http://www.fordevs.com/2008/11/cakephp-files-and-folder-structure.html</link>
		<comments>http://www.fordevs.com/2008/11/cakephp-files-and-folder-structure.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 21:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[File]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/cakephp-files-and-folder-structure.html</guid>
		<description><![CDATA[When you unpack Cake on your server you will find four folders &#8211; app, cake, tmp and vendors. The cake folder is where the core libraries for Cake lay and you generally won&#8217;t ever need to touch them unless you want to do some customization to Cake itself. The app is where your application specific [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/cakephp-files-and-folder-structure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Embed a Flash File into C# Window Form?</title>
		<link>http://www.fordevs.com/2008/10/how-to-embed-flash-file-into-c-window_30.html</link>
		<comments>http://www.fordevs.com/2008/10/how-to-embed-flash-file-into-c-window_30.html#comments</comments>
		<pubDate>Fri, 31 Oct 2008 00:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[File]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/how-to-embed-a-flash-file-into-c-window-form.html</guid>
		<description><![CDATA[To embed a flash file in C# Windows .Net Application we can use Shockwave Flash Object ActiveX Control. Follow the Steps to embed flash file: Step 1: In Tool box right click and select the menu “Choose Items”. Step 2: From Choose Toolbox Items window select “Com component” tab. Step 3: Scroll down and make [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/how-to-embed-flash-file-into-c-window_30.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
