<?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: Gmail Type Attachment &#8211; How to make one?</title>
	<atom:link href="http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/</link>
	<description>PHP, Memcached, XMPP and Web Development</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Abdul hafeez Awan</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-94968</link>
		<dc:creator>Abdul hafeez Awan</dc:creator>
		<pubDate>Mon, 02 Jan 2012 14:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-94968</guid>
		<description>how i can get the attachments of gmail in php</description>
		<content:encoded><![CDATA[<p>how i can get the attachments of gmail in php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny Phillipe</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-82252</link>
		<dc:creator>Jenny Phillipe</dc:creator>
		<pubDate>Fri, 04 Nov 2011 06:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-82252</guid>
		<description>Any chance of image preview / resize before upload?</description>
		<content:encoded><![CDATA[<p>Any chance of image preview / resize before upload?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhinav Singh</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-94</link>
		<dc:creator>Abhinav Singh</dc:creator>
		<pubDate>Mon, 21 Sep 2009 12:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-94</guid>
		<description>&lt;p&gt;Yeah Param, But I prefer leaving a few thing to readers :D My intension was to show multiple attachment, removing one of them should be fairly easy.&lt;/p&gt;
&lt;p&gt;Simply update the backing storage e.g. db when a user adds an attachment. Then place a remove button which removes this entry from the db. You can also have soft deletes to ensure you have a track of all the uploads on your system.&lt;/p&gt;
&lt;p&gt;-- Abhi&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Yeah Param, But I prefer leaving a few thing to readers <img src='http://abhinavsingh.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  My intension was to show multiple attachment, removing one of them should be fairly easy.</p>
<p>Simply update the backing storage e.g. db when a user adds an attachment. Then place a remove button which removes this entry from the db. You can also have soft deletes to ensure you have a track of all the uploads on your system.</p>
<p>&#8211; Abhi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Param</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-93</link>
		<dc:creator>Param</dc:creator>
		<pubDate>Mon, 21 Sep 2009 05:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-93</guid>
		<description>Hi ,

I was searching for gmail type mail attachment.So , I happened to see Your demo . It is better if &#039;remove&#039; option is implemented and sending mail with attachments are implemented in the application.

Best Regards,
Param.</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I was searching for gmail type mail attachment.So , I happened to see Your demo . It is better if &#8216;remove&#8217; option is implemented and sending mail with attachments are implemented in the application.</p>
<p>Best Regards,<br />
Param.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-92</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 10 Aug 2009 12:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-92</guid>
		<description>&lt;p&gt;Hi Shayne,&lt;/p&gt;
&lt;p&gt;I thought some work can be left on developers ;) Yes indeed, we need to save the upload id/key in a hidden field, so that we can later on identify the uploaded files for a particular mail.&lt;/p&gt;
&lt;p&gt;Other way around, you can even manage this at server side without having to save upload id/key in hidden fields.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Shayne,</p>
<p>I thought some work can be left on developers <img src='http://abhinavsingh.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Yes indeed, we need to save the upload id/key in a hidden field, so that we can later on identify the uploaded files for a particular mail.</p>
<p>Other way around, you can even manage this at server side without having to save upload id/key in hidden fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shayne</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-91</link>
		<dc:creator>Shayne</dc:creator>
		<pubDate>Mon, 10 Aug 2009 04:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-91</guid>
		<description>Their is also the problem of a person navigating away from the page but the files remaining wherever they were uploaded too.  Worse yet if its part of an &quot;email&quot; like gmail you&#039;re form doesn&#039;t look like it sets a &quot;hidden&quot; field of sorts to send those attachments along with the email.  So while your script gets people started its also missing a significant portion of the requirements.</description>
		<content:encoded><![CDATA[<p>Their is also the problem of a person navigating away from the page but the files remaining wherever they were uploaded too.  Worse yet if its part of an &#8220;email&#8221; like gmail you&#8217;re form doesn&#8217;t look like it sets a &#8220;hidden&#8221; field of sorts to send those attachments along with the email.  So while your script gets people started its also missing a significant portion of the requirements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mithil Deshmukh</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-90</link>
		<dc:creator>Mithil Deshmukh</dc:creator>
		<pubDate>Thu, 25 Sep 2008 20:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-90</guid>
		<description>Hello Abhinav,

Do you know how to do the upload.php code in vb.net?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello Abhinav,</p>
<p>Do you know how to do the upload.php code in vb.net?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-89</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 21 Sep 2008 11:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-89</guid>
		<description>Hi,

Oh is it, well I didn&#039;t really rested this stuff. Must be some silly mistake, will chk out</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Oh is it, well I didn&#8217;t really rested this stuff. Must be some silly mistake, will chk out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-88</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Sun, 21 Sep 2008 09:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-88</guid>
		<description>hi,

May be its late, but if you try to upload another file while one is already in progress (i.e. if you click on &quot;attach another file&quot;), the current uploading gets canceled.

regards</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>May be its late, but if you try to upload another file while one is already in progress (i.e. if you click on &#8220;attach another file&#8221;), the current uploading gets canceled.</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to create an upload meter in PHP? Explained &#124; Abhi's Weblog</title>
		<link>http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/comment-page-1/#comment-87</link>
		<dc:creator>How to create an upload meter in PHP? Explained &#124; Abhi's Weblog</dc:creator>
		<pubDate>Fri, 29 Aug 2008 15:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/2008/05/gmail-type-attachment-how-to-make-one/#comment-87</guid>
		<description>[...] form submits into an iframe. To understand more on this one read through one of my previous post on Gmail Type Attachment - How to make one? [...]</description>
		<content:encoded><![CDATA[<p>[...] form submits into an iframe. To understand more on this one read through one of my previous post on Gmail Type Attachment &#8211; How to make one? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

