<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Filename with Asian characters (korean) causes problem!</title>
  <link>http://www.activecollab.com/forums/topic/2606/</link>
  <description>Recent posts on topic: Filename with Asian characters (korean) causes problem!</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 17 May 2008 20:43:24 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/12287/#post12287</link>
    <guid>http://www.activecollab.com/forums/post/12287/#post12287</guid>
    <title>Post #8 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>We've included the fix you proposed in version currently being developed (activeCollab 1.1, now in <a href="http://www.activecollab.com/forums/topic/2620/" target="_blank" rel="nofollow">beta</a>) so this problem will be covered in the next release.<br />
<br />
Thanks!</p>]]></description>
    <pubDate>Sat, 05 Apr 2008 15:02:39 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12231/#post12231</link>
    <guid>http://www.activecollab.com/forums/post/12231/#post12231</guid>
    <title>Post #7 by seanyang</title>
    <dc:creator>seanyang</dc:creator>
    <description><![CDATA[<p>Following changes in the source solved the problem.<br />
Basically in IE, filename needs to be urlencoded.<br />
<br />
<pre name="code" class="php">Function setContentDisposition( $disposition    = HTTP_DOWNLOAD_ATTACHMENT, $file_name = null)
    {
        $cd = $disposition;
        $baseFile = basename($this-&gt;file);     

        if(strstr($_SERVER['HTTP_USER_AGENT'],&quot;MSIE&quot;)) {
            $file_name = urlencode($file_name);
            $baseFile = urlencode($baseFile);
        }

        if (isset($file_name)) {
            $cd .= '; filename=&quot;' . $file_name . '&quot;';
        } elseif ($this-&gt;file) {

            $cd .= '; filename=&quot;' . $baseFile . '&quot;';
        }
        $this-&gt;headers['Content-Disposition'] = $cd;
    }</pre></p>]]></description>
    <pubDate>Thu, 03 Apr 2008 04:05:35 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12202/#post12202</link>
    <guid>http://www.activecollab.com/forums/post/12202/#post12202</guid>
    <title>Post #6 by seanyang</title>
    <dc:creator>seanyang</dc:creator>
    <description><![CDATA[<p>This problem is definately occuring in IE7 only.  I have tested on 3 different computers, and the results are :<br />
<br />
1) IE7 on XP - can't download<br />
2) IE7 on Vista - can't download<br />
3) IE6 on XP - downloaded but filename not preserved<br />
<br />
The problem is the majority of people in our company is using IE7 on either XP or Vista,<br />
and not being able to download files on their browser simply isn't going to work for our company.<br />
I've already purchased the Corporate version of aC.  I hope that this issue gets resolved<br />
in aC 1.1 beta which I am hopelessly waiting for.</p>]]></description>
    <pubDate>Sat, 29 Mar 2008 06:56:25 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12186/#post12186</link>
    <guid>http://www.activecollab.com/forums/post/12186/#post12186</guid>
    <title>Post #5 by seanyang</title>
    <dc:creator>seanyang</dc:creator>
    <description><![CDATA[<p>It seems that IE7 on Windows is the only browser having this problem.<br />
I tested on IE6 on Windows, and tested result came out just like you mentioned.  downloaded but filename not preseved...<br />
Strange...</p>]]></description>
    <pubDate>Fri, 28 Mar 2008 03:27:59 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12184/#post12184</link>
    <guid>http://www.activecollab.com/forums/post/12184/#post12184</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Code that handles file download has been completely replaced in v1.0 with more reliable and better tested library. In this regard activeCollab 1.0 is much more reliable than older versions and forks.<br />
<br />
Tested with a file with cyrilic file name (пхпинфо.пхп).<br />
<br />
Firefox 2 (Mac) - Woks fine<br />
Safari 3.1 (Mac) - File is downloaded, but name is not preserved<br />
IE6 (Windows) - File is downloaded, but name is not preserved<br />
<br />
I'll see what the problem with filename is, but file should be downloaded properly.</p>]]></description>
    <pubDate>Thu, 27 Mar 2008 14:52:32 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12180/#post12180</link>
    <guid>http://www.activecollab.com/forums/post/12180/#post12180</guid>
    <title>Post #3 by seanyang</title>
    <dc:creator>seanyang</dc:creator>
    <description><![CDATA[<p>I was playing with &quot;limited hosted demo&quot;, so I guess that is the lastest version of activeCollab.<br />
Apparently, this problem has existed for a quite while because exactly the same problem is<br />
still there for the lastest version of ProjectPier which I understand is based on activeCollab 0.7.<br />
<br />
To answer your question, I just tried on a couple of different browsers, and this problem<br />
seems to occur only on Windows IE (I am using IE7).  Safari and Firefox are handling this just fine.<br />
The same goes for ProjectPier as well.</p>]]></description>
    <pubDate>Thu, 27 Mar 2008 03:35:01 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12175/#post12175</link>
    <guid>http://www.activecollab.com/forums/post/12175/#post12175</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Can you please tell me what browsers and what version of activeCollab are you using?</p>]]></description>
    <pubDate>Wed, 26 Mar 2008 18:21:27 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12174/#post12174</link>
    <guid>http://www.activecollab.com/forums/post/12174/#post12174</guid>
    <title>Post #1 by seanyang</title>
    <dc:creator>seanyang</dc:creator>
    <description><![CDATA[<p>You get following problems when uploading files with Asian characters in filenames<br />
<br />
- upload goes through well<br />
- file displays correctly in the list<br />
- download these files and you get error message saying <br />
&quot; ... you can't download ...  Can't open this site.... Try later...&quot;<br />
<br />
I only tried files with Korean characters, but I'm guessing that same thing will happen<br />
to any other double-byte languages.<br />
</p>]]></description>
    <pubDate>Wed, 26 Mar 2008 17:35:42 UTC</pubDate>
  </item>
</channel>
</rss>