Support topics for CKEditor Quick Image Preview Upload

Totally 7 solved problems
Go to the products list

logo
CKEditor Quick Image Preview Upload

Dear,
Strange, your demo http://doksoft.com/soft/ckeditor-image-preview-upload/demo.html runs but doesn't show the progression as your Quick File Upload.(http://doksoft.com/soft/ckeditor-file-upload/demo.html).
Is it possible to active upload progression for this image plugin too ?
More, I have problem with the 'Add File' button' on my project : It doesn't upload files. No error. Just close. Only drag & drop completely runs (close, upload, and tag in CKEditor text).
I use your last ASP.Net dll and plugins versions.
HB

logo
CKEditor Quick Image Preview Upload
Upload is not working
7 replies Solved

I've bougth you great product but can't install it. I've read that it can be problems with version of my CKEditor and install it latest version from here - http://www.opencart.com/index.php?route=extension/extension/info&extension_id=13753&filter_search=ckeditor but it not helped me.
Also i've install missed dependencies like filebrowser and popup as you're recommended. It didn't help too.
Now a have button with upload image and when I click on it - it opens well, but any open or dragged files are not uploading to my server. Moreover, i don't see any network trafic to server when i try to upload.
Please help.

logo
CKEditor Quick Image Preview Upload

1. Q:Hooking into default CKEditor file drag drop:
Currently this plugin can be bypassed by dragging and dropping an image directly into CKEditor. I know there is a way to disable it. Is there a way to keep the functionality and hook this plugin into it to automatically thumbnail the image and allow preview?
2. Q: New Window for original/larger image size in viewing the post/preview
Is there a way to disable image lightbox and instead offer new window of the image? Essential for mobile that can't handle the modals.

logo
CKEditor Quick Image Preview Upload

I have another watermark image plugin that needs to access the Image Preview Upload+ full sized image and replace both the original and thumbnail.
Because it now must select the thumbnail how can it open the original and after saving replace both?

logo
CKEditor Quick Image Preview Upload

I'm trying to install "CKEditor Image Preview Upload+". My site is a ASP.NET based site.
The plugin works perfectly in Chrome and Firefox, i.e. files are uploaded and handled as they should. However, when uploading the exact same files in Internet Explorer (IE11) I get the following error:
The given path's format is not supported"
And the file are NOT uploaded.
I have tried changing the IE "document mode" to emulate earlier versions, but it doesn't help.
Any ideas?

logo
CKEditor Quick Image Preview Upload

I just purchased this to add into ckeditor running in a Zencart shop.
Uploaded the files, but your instructions for install are not very clear. You refer to files that are either not there or you refer to a file that is there without saying where in the file any content should be placed.
I have tried going direct to the uploader file but I get a blank page with the following source information
code]<script type="text/javascript">window.parent.CKEDITOR.tools.callFunction(, '', 'Resource type (type) is defined incorrectly ()');</script>[/code]

logo
CKEditor Quick Image Preview Upload
How to use .NET Uploader
1 replies Solved

I bought plugin that doksoft_preview.
and I use ASP.NET Framework version 4.0 .
My editor's version is ckeditor_4.4.4_standard.
I want to call .net Uploader, but my plugin calls php Uploader.
First, Unpack the files to /ckeditor/plugins.
I added script at ckeditor/config.js like this,
code]config.extraPlugins = 'doksoft_preview';
config.doksoft_uploader_url = '/doksoft_uploader/uploader';[/code]
Check config.js file is loaded.
And I added .dll file at /bin/ folder.
And I copy at web.config some script.
what is my missing thing?
My debugger tells me file did not woking because web page calls .php uploader.
code]
The HTTP verb POST used to access path '/ckeditor/plugins/doksoft_uploader/uploader.php' is not allowed.]
HTTP/1.1 405 Method Not Allowed
code]
And what is in the /doksoft_uploader/uploader ?
Now there is empty.
Is correct?
I want to use this plugin, but I didn't solve this problem.
Please help me.