You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
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' 이런식으로 들어가는게 맞는건가요?
아니면 어떤 값이 들어가야하는건지 알려주시면 감사하겠습니다..(--)(__)(--)
The text was updated successfully, but these errors were encountered: