<?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: Pure HTML5 file upload</title>
	<atom:link href="http://www.script-tutorials.com/pure-html5-file-upload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.script-tutorials.com/pure-html5-file-upload/</link>
	<description>Tutorials for Web Developers</description>
	<lastBuildDate>Wed, 15 May 2013 09:10:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: admin</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-96133</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 31 Mar 2013 11:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-96133</guid>
		<description>Hello Edik,
Just use this: http://php.net/manual/en/function.move-uploaded-file.php</description>
		<content:encoded><![CDATA[<p>Hello Edik,<br />
Just use this: <a href="http://php.net/manual/en/function.move-uploaded-file.php" rel="nofollow">http://php.net/manual/en/function.move-uploaded-file.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-96132</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 31 Mar 2013 11:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-96132</guid>
		<description>Hello Sammy,
All mime types you can find here: http://www.webmaster-toolkit.com/mime-types.shtml</description>
		<content:encoded><![CDATA[<p>Hello Sammy,<br />
All mime types you can find here: <a href="http://www.webmaster-toolkit.com/mime-types.shtml" rel="nofollow">http://www.webmaster-toolkit.com/mime-types.shtml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-96131</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 31 Mar 2013 11:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-96131</guid>
		<description>Hello jagabandhu,
You can do it in upload.php
You can use standard functions: is_uploaded_file, move_uploaded_file)</description>
		<content:encoded><![CDATA[<p>Hello jagabandhu,<br />
You can do it in upload.php<br />
You can use standard functions: is_uploaded_file, move_uploaded_file)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-89266</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Tue, 26 Mar 2013 19:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-89266</guid>
		<description>It would be most sensible and save over half the comments here to just complete the code with example path to save. It would probably take less writing on your part to edit the post than continually answer how simple it is. - simple when you know how. - otherwise great tut, thanks</description>
		<content:encoded><![CDATA[<p>It would be most sensible and save over half the comments here to just complete the code with example path to save. It would probably take less writing on your part to edit the post than continually answer how simple it is. &#8211; simple when you know how. &#8211; otherwise great tut, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edik Manoukian</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-88135</link>
		<dc:creator>Edik Manoukian</dc:creator>
		<pubDate>Mon, 25 Mar 2013 17:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-88135</guid>
		<description>I have read your previous comments about where the uploaded files go, but I am still confused. can you give me an example of a directory that I can change for the files to go there? I tried changing the script to
$sFileName = $_FILES[&#039;http://coolf2a.com/uploaded&#039;][&#039;name&#039;]
$sFileType = $_FILES[&#039;http://coolf2a.com/uploaded&#039;][&#039;type&#039;]
$sFileSize = bytesToSize1024($_FILES[&#039;http://coolf2a.com/uploaded&#039;][&#039;size&#039;], 1)
I also created a uploaded folder in my server.
Thanks</description>
		<content:encoded><![CDATA[<p>I have read your previous comments about where the uploaded files go, but I am still confused. can you give me an example of a directory that I can change for the files to go there? I tried changing the script to<br />
$sFileName = $_FILES[&#8216;<a href="http://coolf2a.com/uploaded&#039;&#039;name&#039;" rel="nofollow">http://coolf2a.com/uploaded&#039;&#039;name&#039;</a><br />
$sFileType = $_FILES[&#8216;<a href="http://coolf2a.com/uploaded&#039;&#039;type&#039;" rel="nofollow">http://coolf2a.com/uploaded&#039;&#039;type&#039;</a><br />
$sFileSize = bytesToSize1024($_FILES[&#8216;<a href="http://coolf2a.com/uploaded&#039;&#039;size&#039;" rel="nofollow">http://coolf2a.com/uploaded&#039;&#039;size&#039;</a>, 1)<br />
I also created a uploaded folder in my server.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sammy</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-84274</link>
		<dc:creator>Sammy</dc:creator>
		<pubDate>Thu, 21 Mar 2013 14:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-84274</guid>
		<description>How to change rFilter to work with video and audio files (mp3, mp4, avi)?

var rFilter = /^(image\/bmp&#124;image\/gif&#124;image\/jpeg&#124;image\/png&#124;image\/tiff)$/i;

Thanks in advance !!!</description>
		<content:encoded><![CDATA[<p>How to change rFilter to work with video and audio files (mp3, mp4, avi)?</p>
<p>var rFilter = /^(image\/bmp|image\/gif|image\/jpeg|image\/png|image\/tiff)$/i;</p>
<p>Thanks in advance !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagabandhu</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-73444</link>
		<dc:creator>jagabandhu</dc:creator>
		<pubDate>Thu, 07 Mar 2013 12:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-73444</guid>
		<description>How to save (pure-html5-file-upload) file in a folder.</description>
		<content:encoded><![CDATA[<p>How to save (pure-html5-file-upload) file in a folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-67694</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 22 Feb 2013 03:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-67694</guid>
		<description>Hello caledo,
Yes, it is acceptable too. In this case we don&#039;t need to point which exactly PHP file is in use. Thank you for your suggestion.</description>
		<content:encoded><![CDATA[<p>Hello caledo,<br />
Yes, it is acceptable too. In this case we don&#8217;t need to point which exactly PHP file is in use. Thank you for your suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-67693</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 22 Feb 2013 03:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-67693</guid>
		<description>Hi pieter,
Why I didn&#039;t include upload file? It is here : upload.php. I&#039;ve just checked - it is available in the download package too.
As you see - we already us $_FILES[&#039;image_file&#039;] in this file. This is your uploaded file, you can handle it as you need (save it somewhere as example).</description>
		<content:encoded><![CDATA[<p>Hi pieter,<br />
Why I didn&#8217;t include upload file? It is here : upload.php. I&#8217;ve just checked &#8211; it is available in the download package too.<br />
As you see &#8211; we already us $_FILES['image_file'] in this file. This is your uploaded file, you can handle it as you need (save it somewhere as example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caledo</title>
		<link>http://www.script-tutorials.com/pure-html5-file-upload/comment-page-1/#comment-63003</link>
		<dc:creator>caledo</dc:creator>
		<pubDate>Wed, 06 Feb 2013 07:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.script-tutorials.com/?p=1291#comment-63003</guid>
		<description>Please replay in js/script.js l 102

    oXHR.open(&#039;POST&#039;, &#039;upload.php&#039;); by
 oXHR.open(&#039;POST&#039;, document.getElementById(&quot;upload_form&quot;).getAttribute(&#039;action&#039;));</description>
		<content:encoded><![CDATA[<p>Please replay in js/script.js l 102</p>
<p>    oXHR.open(&#8216;POST&#8217;, &#8216;upload.php&#8217;); by<br />
 oXHR.open(&#8216;POST&#8217;, document.getElementById(&#8220;upload_form&#8221;).getAttribute(&#8216;action&#8217;));</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/23 queries in 0.017 seconds using disk: basic

Served from: www.script-tutorials.com @ 2013-05-23 21:55:06 -->