Giter Site home page Giter Site logo

ckeditor-image-uploader-plugin's People

Contributors

asthas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ckeditor-image-uploader-plugin's Issues

Upload error

I keep getting TypeError $.ajax(...).success is not a function error.
My application is a ASP.NET Application.

It's not clear how a can get the uploaded file, and save into folder on my webApplication.

Can you help me?

captura

The post name of $_FILES

Hello,

since it got me near the hell finding it out, I hope to help you people by stating that the name of the $_FILES that is passed to your upload.php (or whatever your imageUploadURL's name is) is set to be "file" in plugin.js.

So in your upload.php you should check for $_FILES['file']['tmp_name'] when you do your move_uploaded_file.

I didn't think it could be any different from the default CKEDITOR $_FILES name (which is 'upload' in my knowledge) so it was the last think I went looking for when things didn't work.

Cheers

Upload response

Hello,

Its great plugin but i got one issue.
Issue is when upload image on server and image upload successfully and return below JSON.

$result=array(
'url'=>base_url().'uploads/'.$data['file_name']
);
echo json_encode($result);

this response correct??
Or any parameter missing.

My problem is image not display in editor. So please help me about this issue.

PHP used for image upload on server.

Thank You.

Cannot read property 'setReadOnly' of null

Hi, I got a problem when I add a pic
CKEDITOR.currentInstance.setReadOnly(true)
I debug it
find out CKEDITOR.currentInstance is null
I' m working on ubuntu desktop
chrome : Version 63.0.3239.108 (Official Build) (64-bit)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.