﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
835	use connectors FileUpload command for quick-upload function	bemaqua@…		"use connectors FileUpload command for quick-upload
function instead of seperatly one. It does nearly the
same and i don't like to do thinks twice ;-)

I use my connector for the quick-upload too (because i
want one place to change it, etc.).
What i've changed is the Connectors FileUpload-
Response where i must give back the uploaded file-url
when using Quick-Upload in
OnUloadComplete-Callback function.
Also we must be aware of the location of that function
too ...


{{{
<script type=""text/javascript"">
if (window.parent.frames
['frmUpload'].OnUploadCompleted) {
window.parent.frames['frmUpload'].OnUploadCompleted
(0);
}
else {
window.parent.OnUploadCompleted
(0,'<uploadedfileurl>');
}
</script>
}}}


In my Custom-fck-Config File i use this to link the quick-
upload function to my connector:


{{{
FCKConfig.ImageUploadURL
= '/service/BASIS.FCKEditor.FileBrowser.Connector.cls?
Command=FileUpload&Type=File';
}}}


By the way ... my script-language/Connector is
for InterSystems Cache-Database with its Cache-Server-
Pages Web-Gateway/API.

What i also like is to see a complete and better
documentation of the FileBrowser/Service-Side-
Integerations ;-)

Thanks and Regards ...
Bernd!"	New Feature	closed	Normal		General		duplicate	SF	Alfonso Martínez de Lizarrondo
