<?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>One Kind Of Life &#187; uploas file</title>
	<atom:link href="http://www.doutdex.com/blog/tag/uploas-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doutdex.com/blog</link>
	<description>Experience analyzing new softwares</description>
	<lastBuildDate>Wed, 04 Jan 2012 13:01:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Upload file (cargar archivo) PHP</title>
		<link>http://www.doutdex.com/blog/2007/10/22/upload-file-cargar-archivo-php/</link>
		<comments>http://www.doutdex.com/blog/2007/10/22/upload-file-cargar-archivo-php/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 15:40:10 +0000</pubDate>
		<dc:creator>doutdex</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[upload php]]></category>
		<category><![CDATA[uploas file]]></category>

		<guid isPermaLink="false">http://doutdex.wordpress.com/2007/10/22/upload-file-cargar-archivo-php/</guid>
		<description><![CDATA[Validaciones en upload.php &#38;lt; ?php //Limita el tamaño máximo del archivo que se sube a 10M, en código upload.php &#160; //to lowerCase //Para dejar todo en minúsculas $tipo_archivo= strtolower&#40;$tipo_archivo&#41;; &#160; //Valida para saber si el archivo esta en el directorio temporal (directorio temporal revisa php.ini) if &#40;!&#40;$HTTP_POST_FILES&#91;'doc_file'&#93;&#91;'tmp_name'&#93;!=''&#41;&#41;&#123; &#160; echo 'without file'; //cuando se carga mal [...]]]></description>
		<wfw:commentRss>http://www.doutdex.com/blog/2007/10/22/upload-file-cargar-archivo-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

