<?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: iframe based photo/file uploader</title>
	<atom:link href="http://thinkdiff.net/facebook/iframe-based-photofile-uploader/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/</link>
	<description>geeky stuff, facebook, twitter, linkedin, php, mysql, web development, tips and more</description>
	<lastBuildDate>Mon, 06 Sep 2010 14:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jaffer</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-19471</link>
		<dc:creator>Jaffer</dc:creator>
		<pubDate>Fri, 03 Sep 2010 08:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-19471</guid>
		<description>Good work. Thanks a lot..</description>
		<content:encoded><![CDATA[<p>Good work. Thanks a lot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Puglia</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-13111</link>
		<dc:creator>Praveen Puglia</dc:creator>
		<pubDate>Mon, 12 Jul 2010 11:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-13111</guid>
		<description>http://code.google.com/p/facebook-gallery-import/source/browse/trunk/client/facebook_php5_photoslib.php?r=6

http://www.easycodingclub.com/facebook-api-tutorials/facebook-php-api-for-photos-upload

how this codes can be used to use graph api to upload photos or add tags to them... i read your article..understood a bit..but not totally....please post one example on photos.upload or photos.addTag....</description>
		<content:encoded><![CDATA[<p><a href="http://code.google.com/p/facebook-gallery-import/source/browse/trunk/client/facebook_php5_photoslib.php?r=6" rel="nofollow">http://code.google.com/p/facebook-gallery-import/source/browse/trunk/client/facebook_php5_photoslib.php?r=6</a></p>
<p><a href="http://www.easycodingclub.com/facebook-api-tutorials/facebook-php-api-for-photos-upload" rel="nofollow">http://www.easycodingclub.com/facebook-api-tutorials/facebook-php-api-for-photos-upload</a></p>
<p>how this codes can be used to use graph api to upload photos or add tags to them&#8230; i read your article..understood a bit..but not totally&#8230;.please post one example on photos.upload or photos.addTag&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahmud ahsan</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-13019</link>
		<dc:creator>mahmud ahsan</dc:creator>
		<pubDate>Sun, 11 Jul 2010 06:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-13019</guid>
		<description>You can call old legacy api using new php-sdk. http://thinkdiff.net/facebook/php-sdk-graph-api-base-facebook-connect-tutorial/ checkout the tutorial and learn how to call legacy api using new php-sdk.</description>
		<content:encoded><![CDATA[<p>You can call old legacy api using new php-sdk. <a href="http://thinkdiff.net/facebook/php-sdk-graph-api-base-facebook-connect-tutorial/" rel="nofollow">http://thinkdiff.net/facebook/php-sdk-graph-api-base-facebook-connect-tutorial/</a> checkout the tutorial and learn how to call legacy api using new php-sdk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Puglia</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-13007</link>
		<dc:creator>Praveen Puglia</dc:creator>
		<pubDate>Sun, 11 Jul 2010 04:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-13007</guid>
		<description>thank you sir for your reply...
i have understood the php uploading system now...
thanks a lot for that...
but how can i use those photos.upload, photos.createAlbum, photos.addTag in this uploader??
like the application &quot;My Top Fans&quot; does in facebook...
they create an album in user&#039;s photo directory and name it...how do they do that??? i am able to do that with the old sdk...but with the new sdk i am unable to implement those...please help...</description>
		<content:encoded><![CDATA[<p>thank you sir for your reply&#8230;<br />
i have understood the php uploading system now&#8230;<br />
thanks a lot for that&#8230;<br />
but how can i use those photos.upload, photos.createAlbum, photos.addTag in this uploader??<br />
like the application &#8220;My Top Fans&#8221; does in facebook&#8230;<br />
they create an album in user&#8217;s photo directory and name it&#8230;how do they do that??? i am able to do that with the old sdk&#8230;but with the new sdk i am unable to implement those&#8230;please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahmud ahsan</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-12921</link>
		<dc:creator>mahmud ahsan</dc:creator>
		<pubDate>Sat, 10 Jul 2010 06:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-12921</guid>
		<description>Did you not read the comments? Photo upload code is not provided here just I provided some comments. Because, php upload code and amazon s3 upload codes are different. So learn it and implement as yourself. PHP file upload code is very easy...
[php]
&lt;?php// In PHP versions earlier than 4.1.0, $HTTP_POST_FILES should be used instead
// of $_FILES.
$uploaddir = &#039;/var/www/uploads/&#039;;
$uploadfile = $uploaddir . basename($_FILES[&#039;userfile&#039;][&#039;name&#039;]);
echo &#039;&lt;pre&gt;&#039;;
if (move_uploaded_file($_FILES[&#039;userfile&#039;][&#039;tmp_name&#039;], $uploadfile)) {
   echo &quot;File is valid, and was successfully uploaded.\n&quot;;
} else {
   echo &quot;Possible file upload attack!\n&quot;;
}
echo &#039;Here is some more debugging info:&#039;;
print_r($_FILES);
print &quot;&lt;/pre&gt;&quot;;
?&gt;
[/php]</description>
		<content:encoded><![CDATA[<p>Did you not read the comments? Photo upload code is not provided here just I provided some comments. Because, php upload code and amazon s3 upload codes are different. So learn it and implement as yourself. PHP file upload code is very easy&#8230;</p>
<pre class="brush: php;">
&lt;?php// In PHP versions earlier than 4.1.0, $HTTP_POST_FILES should be used instead
// of $_FILES.
$uploaddir = '/var/www/uploads/';
$uploadfile = $uploaddir . basename($_FILES['userfile']['name']);
echo '&lt;pre&gt;';
if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) {
   echo &quot;File is valid, and was successfully uploaded.\n&quot;;
} else {
   echo &quot;Possible file upload attack!\n&quot;;
}
echo 'Here is some more debugging info:';
print_r($_FILES);
print &quot;&lt;/pre&gt;&quot;;
?&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Puglia</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-12828</link>
		<dc:creator>Praveen Puglia</dc:creator>
		<pubDate>Fri, 09 Jul 2010 07:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-12828</guid>
		<description>One more thing... I tried the exact code u have provided and it prompted me for selecting pictures. after that it showed, pictures uploaded successfully...where they were uploaded?
and how can i modify the address where i want to upload the pictures?..
i am newbie in this..please help.</description>
		<content:encoded><![CDATA[<p>One more thing&#8230; I tried the exact code u have provided and it prompted me for selecting pictures. after that it showed, pictures uploaded successfully&#8230;where they were uploaded?<br />
and how can i modify the address where i want to upload the pictures?..<br />
i am newbie in this..please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Puglia</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-12827</link>
		<dc:creator>Praveen Puglia</dc:creator>
		<pubDate>Fri, 09 Jul 2010 07:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-12827</guid>
		<description>Thanks a lot for your tutorials sir..but i want to know few more things..

1.How can i implement this for my facebook application?
2.How can i use photos.createAlbum, photos.upload, and photos.addTag?
3.How can i upload a video or audio to facebook via my application?

all using php.. i am making an iframe based application.. 
please help me out...thank you in advance.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your tutorials sir..but i want to know few more things..</p>
<p>1.How can i implement this for my facebook application?<br />
2.How can i use photos.createAlbum, photos.upload, and photos.addTag?<br />
3.How can i upload a video or audio to facebook via my application?</p>
<p>all using php.. i am making an iframe based application..<br />
please help me out&#8230;thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahmud ahsan</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-7633</link>
		<dc:creator>mahmud ahsan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-7633</guid>
		<description>@Saif, You&#039;re welcome.</description>
		<content:encoded><![CDATA[<p>@Saif, You&#8217;re welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saif</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-7625</link>
		<dc:creator>saif</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-7625</guid>
		<description>great mahmud!!
I just use this in an admin panel, where multiple image has to upload without page reloading. I searched and found many Ajax, Flash based , but yours one is shortest and easy :)</description>
		<content:encoded><![CDATA[<p>great mahmud!!<br />
I just use this in an admin panel, where multiple image has to upload without page reloading. I searched and found many Ajax, Flash based , but yours one is shortest and easy <img src='http://thinkdiff.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogier</title>
		<link>http://thinkdiff.net/facebook/iframe-based-photofile-uploader/comment-page-1/#comment-3325</link>
		<dc:creator>Rogier</dc:creator>
		<pubDate>Wed, 26 Aug 2009 10:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://thinkdiff.net/?p=597#comment-3325</guid>
		<description>Hi Mahmud,

Where is the uploader on Facebook for us to take it for a test run. ;)

Best regards,
Rogier</description>
		<content:encoded><![CDATA[<p>Hi Mahmud,</p>
<p>Where is the uploader on Facebook for us to take it for a test run. <img src='http://thinkdiff.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Best regards,<br />
Rogier</p>
]]></content:encoded>
	</item>
</channel>
</rss>
