<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://freecodesnippet.com/comments/feed/atom/" 
	>
<channel>
	<title>Comments on: A better experience with file uploading through PHP</title>
	<atom:link href="http://freecodesnippet.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/</link>
	<description>A blog all about programming!</description>
	<pubDate>Sun, 06 Jul 2008 22:52:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: nothingrows</title>
		<link>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-61</link>
		<author>nothingrows</author>
		<guid>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-61</guid>
		<description>There is two reason at showing progress bar via php. First, you need to know client's uploading speed, second is web server's downloading speed. When you can calculate these variables, you may display a progress bar via javascript.</description>
		<content:encoded><![CDATA[<p>There is two reason at showing progress bar via php. First, you need to know client&#8217;s uploading speed, second is web server&#8217;s downloading speed. When you can calculate these variables, you may display a progress bar via javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cemaleker</title>
		<link>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-57</link>
		<author>cemaleker</author>
		<guid>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-57</guid>
		<description>We did a progress bar for our uploads in a project. You can use a CLI runing behind for web uploads. Thats the easiest way. And you can follow the proccess with an AJAX call. 

For web form uploads you can use uploadprogress_get_info() function if you have PECL packages installed.</description>
		<content:encoded><![CDATA[<p>We did a progress bar for our uploads in a project. You can use a CLI runing behind for web uploads. Thats the easiest way. And you can follow the proccess with an AJAX call. </p>
<p>For web form uploads you can use uploadprogress_get_info() function if you have PECL packages installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkavici</title>
		<link>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-56</link>
		<author>mkavici</author>
		<guid>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-56</guid>
		<description>here is a great example of flash and javascript upload with progress which I commonly use http://swfupload.mammon.se/</description>
		<content:encoded><![CDATA[<p>here is a great example of flash and javascript upload with progress which I commonly use <a href="http://swfupload.mammon.se/" rel="nofollow">http://swfupload.mammon.se/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guru</title>
		<link>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-37</link>
		<author>guru</author>
		<guid>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-37</guid>
		<description>Matt's idea is a good one, thanks for commenting</description>
		<content:encoded><![CDATA[<p>Matt&#8217;s idea is a good one, thanks for commenting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Foster</title>
		<link>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-36</link>
		<author>Matt Foster</author>
		<guid>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-36</guid>
		<description>Instead of having your form with the file input inside the iframe.  You can have the form in the top level document but has the target attribute aligned with an iframe in the document, such that when it is submitted it submits on to the iframe.  This decoupling allows you to slide the iframe from view.</description>
		<content:encoded><![CDATA[<p>Instead of having your form with the file input inside the iframe.  You can have the form in the top level document but has the target attribute aligned with an iframe in the document, such that when it is submitted it submits on to the iframe.  This decoupling allows you to slide the iframe from view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miniDigg</title>
		<link>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-34</link>
		<author>miniDigg</author>
		<guid>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-34</guid>
		<description>thanks for idea man!</description>
		<content:encoded><![CDATA[<p>thanks for idea man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-33</link>
		<author>Richard</author>
		<guid>http://freecodesnippet.com/articles/php/a-better-experience-with-file-uploading-through-php/#comment-33</guid>
		<description>Hey guru,

I think we can have coilation to make a site :-) its download site, like filehippo.com and i need it better than that site. If you'd like to help me, plz contact me on the mail I provided above :D</description>
		<content:encoded><![CDATA[<p>Hey guru,</p>
<p>I think we can have coilation to make a site <img src='http://freecodesnippet.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> its download site, like filehippo.com and i need it better than that site. If you&#8217;d like to help me, plz contact me on the mail I provided above <img src='http://freecodesnippet.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.133 seconds -->
<!-- Cached page served by WP-Cache -->
