<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: File upload management</title>
  <link>http://www.activecollab.com/forums/topic/2301/</link>
  <description>Recent posts on topic: File upload management</description>
  <dc:language>en-us</dc:language>
  <pubDate>Wed, 15 Oct 2008 23:36:59 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/11024/#post11024</link>
    <guid>http://www.activecollab.com/forums/post/11024/#post11024</guid>
    <title>Post #12 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi Terry,<br />
<br />
Thanks for the info. That extension sounds interesting and I'll check it out but we basically don't support third party browser addons.</p>]]></description>
    <pubDate>Tue, 04 Dec 2007 12:31:32 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11017/#post11017</link>
    <guid>http://www.activecollab.com/forums/post/11017/#post11017</guid>
    <title>Post #11 by Terry Johnson</title>
    <dc:creator>Terry Johnson</dc:creator>
    <description><![CDATA[<p>Firefox's dragdropupload extension works by using javascript to add additional (usually hidden) file inputs to the form, with the same attributes as the field the files were dropped on to, thus to handle it on the server side you do something like this:<br />
<br />
<pre name="code" class="html">foreach ($_FILES['file']['name'] as $key=&gt;$name) {
   $file = new UploadedFile($name);
   move_uploaded_file( $_FILES['file']['tmp_name'][$key], $file-&gt;getFileLocation() );
}</pre></p>]]></description>
    <pubDate>Tue, 04 Dec 2007 11:38:52 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10988/#post10988</link>
    <guid>http://www.activecollab.com/forums/post/10988/#post10988</guid>
    <title>Post #10 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">Terry Johnson:</div>Update - dragdropupload doesn't work on aC 1.0.4 - only the first file is saved.</blockquote></div><br />
<br />
Hi Terry,<br />
<br />
Can you please explain what you meant by this?</p>]]></description>
    <pubDate>Sat, 01 Dec 2007 01:15:03 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10985/#post10985</link>
    <guid>http://www.activecollab.com/forums/post/10985/#post10985</guid>
    <title>Post #9 by Terry Johnson</title>
    <dc:creator>Terry Johnson</dc:creator>
    <description><![CDATA[<p>Update - dragdropupload doesn't work on aC 1.0.4 - only the first file is saved.<br />
<br />
Using Flash to overcome the limitations of html file inputs seems increasingly common, but that also requires the receiving code on the server to be able to handle getting several files at once.</p>]]></description>
    <pubDate>Fri, 30 Nov 2007 21:54:18 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10958/#post10958</link>
    <guid>http://www.activecollab.com/forums/post/10958/#post10958</guid>
    <title>Post #8 by adamld</title>
    <dc:creator>adamld</dc:creator>
    <description><![CDATA[<p>I have no problem with interim solutions being provided, allowing us to work around in the meantime, but the long term solution should be for AC to have these features built in, and functional in mainstream browsers such as IE.<br />
<br />
This is because in a corporate environment the Standard Operating Environmenet is often locked down, many teams do not have the option to install this software.</p>]]></description>
    <pubDate>Wed, 28 Nov 2007 22:20:18 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10954/#post10954</link>
    <guid>http://www.activecollab.com/forums/post/10954/#post10954</guid>
    <title>Post #7 by Terry Johnson</title>
    <dc:creator>Terry Johnson</dc:creator>
    <description><![CDATA[<p>Have you tried using Firefox with the dragdropupload extension?  I've found it to be a fantastic time saver when uploading more than one file.  It's not perfect, but if the PHP code processing the upload loops through $_FILES then you can drop as many items as you like in one go.<br />
<br />
https://addons.mozilla.org/firefox/addon/2190</p>]]></description>
    <pubDate>Wed, 28 Nov 2007 20:03:55 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10928/#post10928</link>
    <guid>http://www.activecollab.com/forums/post/10928/#post10928</guid>
    <title>Post #6 by cbtrussell</title>
    <dc:creator>cbtrussell</dc:creator>
    <description><![CDATA[<p>+1 for a solution to be able to reference files in multiple locations!</p>]]></description>
    <pubDate>Tue, 27 Nov 2007 21:45:19 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10919/#post10919</link>
    <guid>http://www.activecollab.com/forums/post/10919/#post10919</guid>
    <title>Post #5 by adamld</title>
    <dc:creator>adamld</dc:creator>
    <description><![CDATA[<p>+1<br />
I like these suggestions, can uploaded files become objects that can be passed on to another object? <br />
<br />
You can do the re-useable link so that where it's first uploaded can be where it's referenced in any future discussion post.</p>]]></description>
    <pubDate>Tue, 27 Nov 2007 16:34:29 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10904/#post10904</link>
    <guid>http://www.activecollab.com/forums/post/10904/#post10904</guid>
    <title>Post #4 by Leon</title>
    <dc:creator>Leon</dc:creator>
    <description><![CDATA[<p>+ 1 and also +1 for file thumbnails</p>]]></description>
    <pubDate>Mon, 26 Nov 2007 18:28:35 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10896/#post10896</link>
    <guid>http://www.activecollab.com/forums/post/10896/#post10896</guid>
    <title>Post #3 by pdiki</title>
    <dc:creator>pdiki</dc:creator>
    <description><![CDATA[<p>+1<br />
<br />
And can i add file thumbnails to it aswell please.</p>]]></description>
    <pubDate>Mon, 26 Nov 2007 08:26:04 CST</pubDate>
  </item>
</channel>
</rss>