Demo on Quick Image Preview Upload Solved

User's avatar
Henri B.
18:49 Dec 27, 2014
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.

Best Regards,
HB
Support team avatar
JS+
17:09 Dec 28, 2014
Hello,

This demo may be a bit outdated, but does the progressbar must be shown in your version, it does not? Please try to update your version from files.doksoft.com if you haven't done it yet.

If my reply does not help you to solve the problems, please give me the URL where I can test your installation.
User's avatar
Henri B.
10:48 Dec 30, 2014
Dear,

I have bought the bundle pack last 27 December, I have checked again today, your last date versions are 23 & 26 December.

So I have created a little Visual Studio Web project.

I have uploaded the VS source here : http://vfcspublic.blob.core.windows.net/doksoft/WTSDemo.zip

I have published the site here : http://wtsdemo.azurewebsites.net/

It's a simple page with 3 CKEditor , no VB.NET or C# code, juste jQuery reference to initialize your plugins for CKEditor : Config1/2/3.js

CKEditor 1 : the problem of add files button in your Image Upload plugin.
CKEditor 2 : Your translator plugin is only ok with Yandex
CKEditor 3 : Your google maps plugin : I have a problem too with ths plugin :-( : If the google maps imports is ok, it's just kept the first time on screen, other action loses the map (even if the source code is always good).

I hope you see better the problems and could help me.

Thanks in advance..
Support team avatar
JS+
05:26 Dec 31, 2014
Well, I have tested your URL.
1. By some reasons Flash blocks request to the server. If I block Flash the plugin uses HTML5 uploader and all works OK. The plugins to have better compatibility has a set of runtimes, but the priority list of them is hardcoded now. I can make an option in all upload plugins to let you set default runtime (HTML5 in your case).
But in fact I do not understand why Flash blocks request. It usually happens when you try to make a call from HTTPS to HTTP but it is not your case.
In any case please wait a bit and I publish new version with new option.

2. Bing can be turned on by checking according radiobutton in the plugin (the first button on your panel will open the options).
Google translating not works currently: they (Google) changed something in API (I got a error request now). I will investigate this problem and give you a solution if this is possible.

3. Read this: http://doksoft.com/blog/ckeditor-config-faq.html
You need to use
config.allowedContent = true
because CKEditor by default tries to filter many types of content. It does this not always but after some actions, that's why you lose the map after going from Source to WYSIWYG mode: this is one of such actions.
User's avatar
Henri B.
11:41 Dec 31, 2014
1. Upload images

Ok thanks for your answer. If you can add this option, it will be indeed perfect :-)

2. Bing

Ok for Google. For Bing, you say it's ok, I suppose you talk about the second option (Translate Settings), see attached image.
But, on my test page, I don't see any translation when I click the first button ou CTRL+Enter with Bing selected. I'm wrong somewhere ?

3. Google Maps
Thanks, I didn't see this specific help page. It's ok now.

I take this opportunity to wish you a happy New Year's Eve and best wishes for 2015!
 Translator.jpg   36.6 KB
Support team avatar
JS+
14:34 Dec 31, 2014
1) I have done new build and updated the files. All uploaders now has an option like:
config.doksoft_image_preview_runtimes = 'html5,flash,html4,silverlight,gears';
The first of all HTML5 runtime will be loaded, so you do not need to change any config after updating. But if you want you can shuffle this priority list as you want, but note that only Flash and HTML5 were tested enough and can be recommended. All others are a bit specific in any case.

2) That's very strange. I test in your demo (trying to translate the phrase "test words" from English to Deuch using Bing and it works OK.
Google translating was fixed today, please update.

P. S.: happy holidays and New Year! ;)
User's avatar
Henri B.
14:58 Jan 02, 2015
Dear,

Thanks very much for your fast help and upadtes.

I have tested your last plugins versions, all is ok now.

Thanks!