<?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: Using javascript to scan a local directory and display files in web browser?</title>
	<atom:link href="http://graphicaddiction.net/using-javascript-to-scan-a-local-directory-and-display-files-in-web-browser.php/feed" rel="self" type="application/rss+xml" />
	<link>http://graphicaddiction.net/using-javascript-to-scan-a-local-directory-and-display-files-in-web-browser.php</link>
	<description>Free Graphic Resources, PSP Brushes, Textures, Tutorials</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:57:52 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: denmarks</title>
		<link>http://graphicaddiction.net/using-javascript-to-scan-a-local-directory-and-display-files-in-web-browser.php/comment-page-1#comment-697</link>
		<dc:creator>denmarks</dc:creator>
		<pubDate>Sun, 07 Feb 2010 22:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://graphicaddiction.net/using-javascript-to-scan-a-local-directory-and-display-files-in-web-browser.php#comment-697</guid>
		<description>There is no way to &quot;read&quot; a  directory using javascript. You can&#039;t even read a file with javascript. I wish you could.</description>
		<content:encoded><![CDATA[<p>There is no way to &quot;read&quot; a  directory using javascript. You can&#8217;t even read a file with javascript. I wish you could.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John's Secret Identity</title>
		<link>http://graphicaddiction.net/using-javascript-to-scan-a-local-directory-and-display-files-in-web-browser.php/comment-page-1#comment-698</link>
		<dc:creator>John's Secret Identity</dc:creator>
		<pubDate>Sun, 07 Feb 2010 22:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://graphicaddiction.net/using-javascript-to-scan-a-local-directory-and-display-files-in-web-browser.php#comment-698</guid>
		<description>Do you mean a directory on the server? Just don&#039;t put an index.html file or anthing else that would be displayed by default, and make a link to the directory, ie: http://your.server.tld/filedirectory/

If you mean on the user&#039;s computer, there should be no way unless the browser has a security bug.</description>
		<content:encoded><![CDATA[<p>Do you mean a directory on the server? Just don&#8217;t put an index.html file or anthing else that would be displayed by default, and make a link to the directory, ie: <a href="http://your.server.tld/filedirectory/">http://your.server.tld/filedirectory/</a></p>
<p>If you mean on the user&#8217;s computer, there should be no way unless the browser has a security bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanley</title>
		<link>http://graphicaddiction.net/using-javascript-to-scan-a-local-directory-and-display-files-in-web-browser.php/comment-page-1#comment-699</link>
		<dc:creator>Stanley</dc:creator>
		<pubDate>Sun, 07 Feb 2010 22:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://graphicaddiction.net/using-javascript-to-scan-a-local-directory-and-display-files-in-web-browser.php#comment-699</guid>
		<description>javascript runs on the local client computer and not the web server, therefore will only be able to view local files.  To view files on the web server, you need a server side script such as asp,php, asp.net etc.  I don&#039;t think there is a way around this one.  You can try to enable directory browsing for a folder, disable default pages (index.htm etc), then have a page in another folder show the contents of the browsible folder in a frame or iframe.</description>
		<content:encoded><![CDATA[<p>javascript runs on the local client computer and not the web server, therefore will only be able to view local files.  To view files on the web server, you need a server side script such as asp,php, asp.net etc.  I don&#8217;t think there is a way around this one.  You can try to enable directory browsing for a folder, disable default pages (index.htm etc), then have a page in another folder show the contents of the browsible folder in a frame or iframe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
