<?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: Multiple File Upload With Progress Bar Using jQuery</title>
	<atom:link href="http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/</link>
	<description>The Ultimate Web Developer&#039;s Resource</description>
	<lastBuildDate>Wed, 27 Jan 2010 15:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5936</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5936</guid>
		<description>Is there any way to send any varible to &#039;upload-file.php&#039;?

Why doesn&#039;t &#039;upload-file.php&#039; get $_GET variables?
Why ;p can&#039;t i contact mysql?</description>
		<content:encoded><![CDATA[<p>Is there any way to send any varible to &#8216;upload-file.php&#8217;?</p>
<p>Why doesn&#8217;t &#8216;upload-file.php&#8217; get $_GET variables?<br />
Why ;p can&#8217;t i contact mysql?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5828</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 27 Nov 2009 12:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5828</guid>
		<description>What about people uploading executable files? If I simply name a php file or any file with a .jpg at the end then I can execute it. I have this problem with all the upload scripts on the net.

Security is always on the top of my priority list so I&#039;m wondering how can I stop this from happening. I pretty much just hacked my own site in like 2 seconds with this script and I know nothing about that sort of thing so someone who does could do some serious damage.

Any thoughts on the subject?</description>
		<content:encoded><![CDATA[<p>What about people uploading executable files? If I simply name a php file or any file with a .jpg at the end then I can execute it. I have this problem with all the upload scripts on the net.</p>
<p>Security is always on the top of my priority list so I&#8217;m wondering how can I stop this from happening. I pretty much just hacked my own site in like 2 seconds with this script and I know nothing about that sort of thing so someone who does could do some serious damage.</p>
<p>Any thoughts on the subject?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jad</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5789</link>
		<dc:creator>Jad</dc:creator>
		<pubDate>Wed, 25 Nov 2009 11:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5789</guid>
		<description>Works well. I tried to upload 500 files at one go but go this strange error.
&quot;Sorry. Select fewer Files.&quot;
How can I remove this limit. My requirement is to upload 5000 images one shot and the client needs this badly.
Please help.

Thanks
Jad</description>
		<content:encoded><![CDATA[<p>Works well. I tried to upload 500 files at one go but go this strange error.<br />
&#8220;Sorry. Select fewer Files.&#8221;<br />
How can I remove this limit. My requirement is to upload 5000 images one shot and the client needs this badly.<br />
Please help.</p>
<p>Thanks<br />
Jad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyle</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5671</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5671</guid>
		<description>Ooops, I meant to say, 403 error in my last post.

Kyle</description>
		<content:encoded><![CDATA[<p>Ooops, I meant to say, 403 error in my last post.</p>
<p>Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyle</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5670</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5670</guid>
		<description>Great script. Everything seems to be working well, except: The browser doesn&#039;t see the uploaded files. The files are there on the server in the uploads directory (and I&#039;m able to download them using ftp), but when I click on &quot;view&quot; on the progress bar, or type in the url of the file directly into the browser, I get a 404 error. How weird is that?

Any ideas?

Thanks,
Kyle</description>
		<content:encoded><![CDATA[<p>Great script. Everything seems to be working well, except: The browser doesn&#8217;t see the uploaded files. The files are there on the server in the uploads directory (and I&#8217;m able to download them using ftp), but when I click on &#8220;view&#8221; on the progress bar, or type in the url of the file directly into the browser, I get a 404 error. How weird is that?</p>
<p>Any ideas?</p>
<p>Thanks,<br />
Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justintime</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5541</link>
		<dc:creator>justintime</dc:creator>
		<pubDate>Wed, 11 Nov 2009 00:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5541</guid>
		<description>Very nice!
However, javascript and flash are too HUGE dependencies...
&quot;provide an alternative upload&quot;
...hell, might as well not use it if you have to double the amount of work it takes. Unusable candy.</description>
		<content:encoded><![CDATA[<p>Very nice!<br />
However, javascript and flash are too HUGE dependencies&#8230;<br />
&#8220;provide an alternative upload&#8221;<br />
&#8230;hell, might as well not use it if you have to double the amount of work it takes. Unusable candy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JQuery Script Sammlung &#124; astBlog</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5300</link>
		<dc:creator>JQuery Script Sammlung &#124; astBlog</dc:creator>
		<pubDate>Fri, 06 Nov 2009 22:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5300</guid>
		<description>[...] Link: http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Link: <a href="http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/" rel="nofollow">http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devnull</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5269</link>
		<dc:creator>devnull</dc:creator>
		<pubDate>Fri, 06 Nov 2009 11:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5269</guid>
		<description>@Mike
  in your upload script use the date function to format your timestamp
add the timestamp to the beginning of the file name
save that filename
echo a success string back with your new filename
  in your jquery script parse the response to check for error string
  if not error, use the serverdata as the new filename 
???

I am using this plugin in my own framework and had to pass the PHPSID through the query string to gain access to the session. I suppose this is a cookie issue with flash ? Or is the cookie plugin for swf required ?</description>
		<content:encoded><![CDATA[<p>@Mike<br />
  in your upload script use the date function to format your timestamp<br />
add the timestamp to the beginning of the file name<br />
save that filename<br />
echo a success string back with your new filename<br />
  in your jquery script parse the response to check for error string<br />
  if not error, use the serverdata as the new filename<br />
???</p>
<p>I am using this plugin in my own framework and had to pass the PHPSID through the query string to gain access to the session. I suppose this is a cookie issue with flash ? Or is the cookie plugin for swf required ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5211</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 05 Nov 2009 02:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5211</guid>
		<description>I would like to change the file name to represent MMYYDD, once it has been uploaded and moved the the &#039;upload&#039; folder.  That way if someone uploads the same file name, it wont overwrite the first file.  Can someone please help me accomplish this or point me in the correct direction.
I know its an addition to the php script, just dont know what to add and also where to add it.
I appreciate help on this, thanks

Mike D.</description>
		<content:encoded><![CDATA[<p>I would like to change the file name to represent MMYYDD, once it has been uploaded and moved the the &#8216;upload&#8217; folder.  That way if someone uploads the same file name, it wont overwrite the first file.  Can someone please help me accomplish this or point me in the correct direction.<br />
I know its an addition to the php script, just dont know what to add and also where to add it.<br />
I appreciate help on this, thanks</p>
<p>Mike D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://webdeveloperplus.com/jquery/multiple-file-upload-with-progress-bar-using-jquery/#comment-5159</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 04 Nov 2009 08:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://webdeveloperplus.com/?p=351#comment-5159</guid>
		<description>Hey exellent upload script! I&#039;ve just about had enough of trying to force others to work but this works straight outta the box. Awesome!

One thing I&#039;d like to integrate though is email support. I want to get an email when users add a file to the server as well as add their name and email which would come with the email.

Any ideas how I&#039;d do this (Im ok with php but not excellent)

Cheers!</description>
		<content:encoded><![CDATA[<p>Hey exellent upload script! I&#8217;ve just about had enough of trying to force others to work but this works straight outta the box. Awesome!</p>
<p>One thing I&#8217;d like to integrate though is email support. I want to get an email when users add a file to the server as well as add their name and email which would come with the email.</p>
<p>Any ideas how I&#8217;d do this (Im ok with php but not excellent)</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

