<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - 본문에 삽입된 한글 파일 열기시 에러]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=1854</link>
		<description><![CDATA[본문에 삽입된 한글 파일 열기시 에러 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Thu, 02 Nov 2006 04:14:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=10923#p10923</link>
			<description><![CDATA[<div class="quotebox"><cite>diasozo 작성:</cite><blockquote><p>보통은 게시판에서 한글파일을 읽으려면, 저장해서 읽거나, 바로 읽기를 합니다.<br />그런데 티스토리에서 파일을 바로 &#039;읽기&#039;로 하면 없는 파일이라고 하고 읽을수가 없습니다.<br />버그인가요?</p><p>그리고 파일을 저장하기 위해서 파일에 커서를 갖다대면 아이콘과 파일확장자명이 제대로 나오는데<br />저장하는 창에서 보면 파일속성이 html 문서로 되어 있습니다.</p></blockquote></div><p>/var/www/tt/blog/attachment/index.php 파일을 아래와 같이 수정해 보십시오.<br /></p><div class="codebox"><pre><code>--- tt.orig/blog/attachment/index.php    2006-06-29 16:45:42.000000000 +0900
+++ tt/blog/attachment/index.php       2006-09-21 10:52:32.002301770 +0900
@@ -372,9 +372,10 @@
 }
 header(&#039;Content-Disposition: attachment; filename=&quot;&#039;.UTF8::convert($attachment[&#039;label&#039;]).&#039;&quot;&#039;);
 header(&#039;Content-Transfer-Encoding: binary&#039;);
-header(&#039;Last-Modified: &#039;.Timestamp::getRFC1123GMT($fstat[&#039;mtime&#039;]));
+//header(&#039;Last-Modified: &#039;.Timestamp::getRFC1123GMT($fstat[&#039;mtime&#039;]));
 header(&#039;Content-Length: &#039;.$fstat[&#039;size&#039;]);
 header(&#039;Content-Type: &#039;.$attachment[&#039;mime&#039;]);
+header(&#039;Cache-control: private&#039;);
 header(&#039;Connection: close&#039;);
 fpassthru($fp);
 fclose($fp);</code></pre></div><p>같은 문제를 겪고 있다가 Cache-control: private 헤더를 추가하여 해결하고 있습니다.</p>]]></description>
			<author><![CDATA[null@example.com (ai)]]></author>
			<pubDate>Thu, 02 Nov 2006 04:14:54 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=10923#p10923</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=10662#p10662</link>
			<description><![CDATA[<p>흐흐흐 전혀 다른 이야기였군요. 질문 내용을 완전 잘못 파악했습니다 <img src="http://forum.tattersite.com/ko/img/smilies/cool.png" width="15" height="15" alt="cool" /></p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Mon, 30 Oct 2006 01:47:55 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=10662#p10662</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=10655#p10655</link>
			<description><![CDATA[<div class="quotebox"><cite>diasozo 작성:</cite><blockquote><p>보통은 게시판에서 한글파일을 읽으려면, 저장해서 읽거나, 바로 읽기를 합니다.<br />그런데 티스토리에서 파일을 바로 &#039;읽기&#039;로 하면 없는 파일이라고 하고 읽을수가 없습니다.<br />버그인가요?</p><p>그리고 파일을 저장하기 위해서 파일에 커서를 갖다대면 아이콘과 파일확장자명이 제대로 나오는데<br />저장하는 창에서 보면 파일속성이 html 문서로 되어 있습니다.</p></blockquote></div><p>해당 문제와 관련하여 IE6에서 일어나는 버그입니다. 임시 폴더에 저장하는 이름과 이후 열려는 이름이 달라서 생기는 문제죠.</p><p>조만간 티스토리 개편에 이 문제도 해결할 수 있도록 고민중입니다.</p><p>( IE6를 고치는게 더 빠른지도;;;; )</p>]]></description>
			<author><![CDATA[null@example.com (gendoh)]]></author>
			<pubDate>Sun, 29 Oct 2006 23:41:38 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=10655#p10655</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=10623#p10623</link>
			<description><![CDATA[<div class="quotebox"><cite>diasozo 작성:</cite><blockquote><p>보통은 게시판에서 한글파일을 읽으려면, 저장해서 읽거나, 바로 읽기를 합니다.<br />그런데 티스토리에서 파일을 바로 &#039;읽기&#039;로 하면 없는 파일이라고 하고 읽을수가 없습니다.<br />버그인가요?</p><p>그리고 파일을 저장하기 위해서 파일에 커서를 갖다대면 아이콘과 파일확장자명이 제대로 나오는데<br />저장하는 창에서 보면 파일속성이 html 문서로 되어 있습니다.</p></blockquote></div><p>파일명이 숫자로 저장되는데, 다운로드 시에 파일명을 원래대로 살려주기 위하여 그렇게 되어 있습니다 <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Sun, 29 Oct 2006 13:51:30 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=10623#p10623</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=10618#p10618</link>
			<description><![CDATA[<p>후자는 직접 링크를 차단하기 위해 (블로그는 자료실 목적이 아니니까요) 시스템이 그렇게 되어 있는 것 같습니다.</p>]]></description>
			<author><![CDATA[null@example.com (나니)]]></author>
			<pubDate>Sun, 29 Oct 2006 13:34:21 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=10618#p10618</guid>
		</item>
		<item>
			<title><![CDATA[본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=10615#p10615</link>
			<description><![CDATA[<p>보통은 게시판에서 한글파일을 읽으려면, 저장해서 읽거나, 바로 읽기를 합니다.<br />그런데 티스토리에서 파일을 바로 &#039;읽기&#039;로 하면 없는 파일이라고 하고 읽을수가 없습니다.<br />버그인가요?</p><p>그리고 파일을 저장하기 위해서 파일에 커서를 갖다대면 아이콘과 파일확장자명이 제대로 나오는데<br />저장하는 창에서 보면 파일속성이 html 문서로 되어 있습니다.</p>]]></description>
			<author><![CDATA[null@example.com (diasozo)]]></author>
			<pubDate>Sun, 29 Oct 2006 13:20:02 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=10615#p10615</guid>
		</item>
	</channel>
</rss>
