Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

asp.net에서 다음에디터를 적용하였는데 이미지가져오기 부분이 잘안됩니다. #525

Open
dhfnlswl opened this issue Nov 22, 2016 · 0 comments

Comments

@dhfnlswl
Copy link

function done() {
if (typeof(execAttach) == 'undefined') { //Virtual Function
return;
}
var _mockdata = {
'imageurl': 'http://cfile284.uf.daum.net/image/116E89154AA4F4E2838948',
'filename': 'editor_bi.gif',
'filesize': 640,
'imagealign': 'C',
'originalurl': 'http://cfile284.uf.daum.net/original/116E89154AA4F4E2838948',
'thumburl': 'http://cfile284.uf.daum.net/P150x100/116E89154AA4F4E2838948'
};
execAttach(_mockdata);
closeWindow();
}
이런식으로 기본소스가 나와있습니다.

여기서 질문입니다.

예를들어 C:\의 A.jpg를 가져오면 imageurl과 originalurl, thumburl에는 어떤 정보가 들어가야하나요?

'imageurl' : 'C:\A.jpg' 이런식으로 들어가는게 맞는건가요?

아니면 어떤 값이 들어가야하는건지 알려주시면 감사하겠습니다..(--)(__)(--)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant