<?xml version="1.0" encoding="utf-8"?>
<rss version="0.92">
  <channel>
    <!-- Generated by PHP Feeder 1.2 | http://proger.i-forge.net/PHP_Feeder/7sg -->
    <docs>http://backend.userland.com/rss092</docs>

    <title>FileDrop.js</title>
    <description>A standalone AJAX drag &amp; drop file upload library for JavaScript.</description>
    <link>http://filedropjs.org/feed</link>
    <language>en</language>
    <image>
      <url>/feed/feed.png</url>
    </image>
    <managingEditor>proger.xp@gmail.com (Proger_XP)</managingEditor>
    <webMaster>proger.xp@gmail.com (Proger_XP)</webMaster>
    <lastBuildDate>Sat, 05 Jan 2013 15:58:41 +0000</lastBuildDate>

    <item>
      <title>Video tutorial on the basics</title>
      <description>&lt;p&gt;&lt;b&gt;Nat Dunn&lt;/b&gt; from Webucator has created a video on FileDrop basics which you can check out &lt;a href="https://www.youtube.com/watch?v=BhCOY4hIgQM"&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
      <link>/feed/20150123%20Video%20tutorial%20on%20the%20basics</link>
    </item>

    <item>
      <title>xRequestedWith option</title>
      <description>&lt;p&gt;FileDrop class has received &lt;a href="#fo"&gt;xRequestedWith&lt;/a&gt; &lt;b&gt;opt&lt;/b&gt; to change or disable the default &lt;code&gt;X-Requested-With&lt;/code&gt; sent by the library, as per &lt;a href="https://github.com/ProgerXP/FileDrop/issues/25"&gt;issue on GitHub&lt;/a&gt;.&lt;/p&gt;</description>
      <link>/feed/20141018%20xRequestedWith%20option</link>
    </item>

    <item>
      <title>Fixed big file support</title>
      <description>&lt;p&gt;Removed obsolete calls to &lt;code&gt;readAsBinaryString()&lt;/code&gt; (now simulated with &lt;code&gt;readAsArrayBuffer()&lt;/code&gt;). Also removed &lt;code&gt;fd.toBinary()&lt;/code&gt;. Verified to work on 60 MiB files in latest &lt;b&gt;Chrome&lt;/b&gt; and &lt;b&gt;Firefox&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;Also added two extra headers when sending files: &lt;code&gt;X-File-Type&lt;/code&gt; (MIME) and &lt;code&gt;X-File-Date&lt;/code&gt; (GMT; modification date or //now// if unknown).&lt;/p&gt;</description>
      <link>/feed/20140608%20Fixed%20big%20file%20support</link>
    </item>

    <item>
      <title>Support for Chrome directories</title>
      <description>&lt;p&gt;Added &lt;a href="#fm"&gt;&lt;code&gt;listEntries()&lt;/code&gt;&lt;/a&gt; method to &lt;code&gt;File&lt;/code&gt; using W3C's draft on &lt;a href="http://www.w3.org/TR/file-system-api/#the-entry-interface" target="_blank"&gt;File System API&lt;/a&gt; (now supported in Chrome 21+). This is pretty cool &amp;mdash; check out the &lt;a href="#srd"&gt;sample&lt;/a&gt;. Thanks to &lt;b&gt;kevinkrouse&lt;/b&gt; for the reference.&lt;/p&gt;

&lt;p&gt;Also added &lt;a href="#dho"&gt;&lt;code&gt;recreateInput&lt;/code&gt;&lt;/a&gt; option to &lt;code&gt;DropHandle&lt;/code&gt; &amp;mdash; when enabled (by default) lets user upload the same file twice in a row but has a slight chance to break your old code. Thanks to &lt;b&gt;rafaelmaiolla&lt;/b&gt;.&lt;/p&gt;</description>
      <link>/feed/20140224%20Support%20for%20Chrome%20directories</link>
    </item>

    <item>
      <title>Upload sample for ASP.Net Web Forms</title>
      <link>/feed/20140208%20Upload%20sample%20for%20ASP.Net%20Web%20Forms</link>
    </item>

    <item>
      <title>Options for sendTo</title>
      <description>&lt;p&gt;It is now possible to pass an arbitrary object of values to &lt;code&gt;sendTo()&lt;/code&gt; overriding things like XHR method (&lt;b&gt;POST&lt;/b&gt; by default). They can also be overriden in &lt;a href="#fo"&gt;&lt;code&gt;File.opt&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;</description>
      <link>/feed/20140203%20Options%20for%20sendTo</link>
    </item>

    <item>
      <title>Internet Explorer 10-11 support</title>
      <description>&lt;p&gt;Added and verified support for Internet Explorer 10 with its incomplete File API. Internet Explorer 11 is fully supported.&lt;/p&gt;</description>
      <link>/feed/20140130%20Internet%20Explorer%2010-11%20support</link>
    </item>

    <item>
      <title>FileDrop — revamped</title>
      <description>&lt;p&gt;FileDrop just got a brand-new look and feel. Revised and extended documentation, dedicated website, fully documented code, complete test suite and validation across all possible browsers. New features like data reading and &lt;code&gt;Blob&lt;/code&gt; slicing.&lt;/p&gt;

&lt;p&gt;Two years and one day sharp after the first launch.&lt;/p&gt;</description>
      <link>/feed/20140129%20FileDrop%20-%20revamped</link>
    </item>

    <item>
      <title>New logo</title>
      <description>&lt;p&gt;Thanks to &lt;b&gt;&lt;a href="http://camilomm.deviantart.com" target="_blank"&gt;CamiloMM&lt;/a&gt;&lt;/b&gt; for creating a beautiful new logo!&lt;/p&gt;</description>
      <link>/feed/20130215%20New%20logo</link>
    </item>

    <item>
      <title>Fixes and features</title>
      <description>&lt;ul&gt;
  &lt;li&gt;Now throwing exception when attempting to create a &lt;code&gt;DropHandle&lt;/code&gt; on a non-existent DOM node&lt;/li&gt;
  &lt;li&gt;Fixed support for inputless zones (&lt;code&gt;DropHandle.opt.input&lt;/code&gt; set to &lt;b&gt;null&lt;/b&gt;)&lt;/li&gt;
  &lt;li&gt;Added &lt;code&gt;fd.all&lt;/code&gt; array containing all instantinated &lt;code&gt;DropHandle&lt;/code&gt; objects&lt;/li&gt;
  &lt;li&gt;Added &lt;code&gt;on.event&lt;/code&gt; - per-zone event previewer for any FileDrop class in addition to global &lt;code&gt;fd.onObjCall&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
      <link>/feed/20130110%20Fixes%20and%20features</link>
    </item>

    <item>
      <title>jQuery integration</title>
      <description>&lt;p&gt;jQuery integration function was added — simply execute &lt;code&gt;fd.jQuery();&lt;/code&gt; to plug it into &lt;code&gt;$.filedrop()&lt;/code&gt;. All zone and file events are available through regular events — &lt;code&gt;$.on('filesend')&lt;/code&gt; and so on. More details in &lt;a href="#jquery"&gt;this section&lt;/a&gt;.&lt;/p&gt;</description>
      <link>/feed/20130105%20jQuery%20integration</link>
    </item>

    <item>
      <title>Disabled drag &amp; drop in IE 6-10</title>
      <description>&lt;p&gt;Disabled drag &amp; drop for Internet Explorer 10 and below — even if they fire &lt;b&gt;ondrop&lt;/b&gt; they actually send empty POST body upon submission. Regular &lt;code&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt; upload is still possible. Thanks to &lt;b&gt;Andreas&lt;/b&gt;, &lt;b&gt;listerical85&lt;/b&gt; and others for reporting this.&lt;/p&gt;
 &lt;p&gt;Also, drag &amp; drop was verified to work in Opera 12.15.&lt;/p&gt;</description>
      <link>/feed/20120905%20Disabled%20drag%20%26%20drop%20in%20IE%206-10</link>
    </item>

    <item>
      <title>Fixed sendAsBinary() in Chrome</title>
      <description>&lt;p&gt;Fixed &lt;code&gt;sendAsBinary()&lt;/code&gt; method for Chrome (and possibly others) - thanks to &lt;b&gt;scratchresistor&lt;/b&gt;.&lt;/p&gt;</description>
      <link>/feed/20120902%20Fixed%20sendAsBinary%20in%20Chrome</link>
    </item>

    <item>
      <title>Fixed &lt;fieldset&gt; in Firefox 13+</title>
      <description>&lt;p&gt;Fixed visual bugs when &lt;code&gt;&amp;lt;fieldset&amp;gt;&lt;/code&gt; was used as a drop zone in Firefox 13 and up.&lt;/p&gt;</description>
      <link>/feed/20120623%20Fixed%20fieldset%20in%20Firefox%2013+</link>
    </item>

    <item>
      <title>First version</title>
      <link>/feed/20120128%20First%20version</link>
    </item>
  </channel>
</rss>