{"id":13677916,"url":"https://github.com/mehdibo/ckeditor-uploadfile","last_synced_at":"2025-03-28T12:44:09.227Z","repository":{"id":144689774,"uuid":"125754296","full_name":"mehdibo/ckeditor-uploadfile","owner":"mehdibo","description":"CKEditor plugin to upload files using AJAX","archived":false,"fork":false,"pushed_at":"2018-03-18T18:40:57.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T01:13:22.984Z","etag":null,"topics":["ajax","ckeditor","ckeditor-plugin","file-upload"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehdibo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-03-18T18:17:23.000Z","updated_at":"2020-03-22T03:04:29.000Z","dependencies_parsed_at":"2023-05-03T19:06:46.597Z","dependency_job_id":null,"html_url":"https://github.com/mehdibo/ckeditor-uploadfile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehdibo%2Fckeditor-uploadfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehdibo%2Fckeditor-uploadfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehdibo%2Fckeditor-uploadfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehdibo%2Fckeditor-uploadfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehdibo","download_url":"https://codeload.github.com/mehdibo/ckeditor-uploadfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246034276,"owners_count":20712851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","ckeditor","ckeditor-plugin","file-upload"],"created_at":"2024-08-02T13:00:48.497Z","updated_at":"2025-03-28T12:44:09.209Z","avatar_url":"https://github.com/mehdibo.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# ckeditor-uploadfile\nThis is a tiny CKEditor to upload files insinde your editor.\n\n# Installation\nMove the `plugin` folder inside your CKEditor plugins folder and enable it in your `config.js`\nby adding `uploadFile` to `config.extraPlugins`\n\n# Configuration\nAvailable configurations are:\n\n    uploadFile: {\n        accept: '.png,.jpg,.jpeg,.gif,.pdf', // Allowed extensions, * to allow all files\n        maxFileSize: 0, // Maximum size in bytes\n        uploadHandler: 'URL', // URL to the file upload handler (to where submit the file)\n        inputName: 'file', // File name (input name)\n        extraFormData: { // Any extra form data that should be sent with the request\n            'name': 'value',\n        },\n    },\n\n# Usage\nThe upload handler must return a JSON response containing the URL to the file and a 200 status header.\nIf you want to pass an error message, you need to set the status header to 500 (or any other error header) and pass the message\nalong the header, for example in PHP:\n\n`header('Status: 500 The file you uploaded is too big');`\n\n# Contributions\nIf you have any suggestions or report please open an issue or a pull request, all contributions are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehdibo%2Fckeditor-uploadfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehdibo%2Fckeditor-uploadfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehdibo%2Fckeditor-uploadfile/lists"}