<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 본문에 삽입된 한글 파일 열기시 에러]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=1854&amp;type=atom"/>
	<updated>2006-11-02T04:14:54Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=1854</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=10923#p10923"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ai]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=746</uri>
			</author>
			<updated>2006-11-02T04:14:54Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=10923#p10923</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=10662#p10662"/>
			<content type="html"><![CDATA[<p>흐흐흐 전혀 다른 이야기였군요. 질문 내용을 완전 잘못 파악했습니다 <img src="http://forum.tattersite.com/ko/img/smilies/cool.png" width="15" height="15" alt="cool" /></p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2006-10-30T01:47:55Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=10662#p10662</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=10655#p10655"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gendoh]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=17</uri>
			</author>
			<updated>2006-10-29T23:41:38Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=10655#p10655</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=10623#p10623"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2006-10-29T13:51:30Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=10623#p10623</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=10618#p10618"/>
			<content type="html"><![CDATA[<p>후자는 직접 링크를 차단하기 위해 (블로그는 자료실 목적이 아니니까요) 시스템이 그렇게 되어 있는 것 같습니다.</p>]]></content>
			<author>
				<name><![CDATA[나니]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=134</uri>
			</author>
			<updated>2006-10-29T13:34:21Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=10618#p10618</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[본문에 삽입된 한글 파일 열기시 에러]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=10615#p10615"/>
			<content type="html"><![CDATA[<p>보통은 게시판에서 한글파일을 읽으려면, 저장해서 읽거나, 바로 읽기를 합니다.<br />그런데 티스토리에서 파일을 바로 &#039;읽기&#039;로 하면 없는 파일이라고 하고 읽을수가 없습니다.<br />버그인가요?</p><p>그리고 파일을 저장하기 위해서 파일에 커서를 갖다대면 아이콘과 파일확장자명이 제대로 나오는데<br />저장하는 창에서 보면 파일속성이 html 문서로 되어 있습니다.</p>]]></content>
			<author>
				<name><![CDATA[diasozo]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=731</uri>
			</author>
			<updated>2006-10-29T13:20:02Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=10615#p10615</id>
		</entry>
</feed>
