Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKFinder command QuickUpload expects to be called with POST HTTP request #98

Open
luanwapro opened this issue May 13, 2023 · 0 comments

Comments

@luanwapro
Copy link

luanwapro commented May 13, 2023

I'm having this issue at the moment can you help me
using PHP 8.1.12 and Laravel 9

image

connector?command=init

{
  "enabled": true,
  "s": "",
  "c": "",
  "thumbs": [
    "150x150",
    "300x300",
    "500x500"
  ],
  "images": {
    "max": "1600x1200",
    "sizes": {
      "small": "480x320",
      "medium": "600x480",
      "large": "800x600"
    }
  },
  "resourceTypes": [
    {
      "name": "Files",
      "allowedExtensions": "7z,aiff,asf,avi,bmp,csv,doc,docx,fla,flv,gif,gz,gzip,jpeg,jpg,mid,mov,mp3,mp4,mpc,mpeg,mpg,ods,odt,pdf,png,ppt,pptx,pxd,qt,ram,rar,rm,rmi,rmvb,rtf,sdc,sitd,swf,sxc,sxw,tar,tgz,tif,tiff,txt,vsd,wav,wma,wmv,xls,xlsx,zip",
      "deniedExtensions": "",
      "hash": "0a6fcedad6c8703f",
      "acl": 1023,
      "maxSize": 41943040,
      "hasChildren": false,
      "url": "http://localhost:8000/userfiles/files/"
    },
    {
      "name": "Images",
      "allowedExtensions": "bmp,gif,jpeg,jpg,png",
      "deniedExtensions": "",
      "hash": "aab9e73bd475405b",
      "acl": 1023,
      "maxSize": 41943040,
      "hasChildren": false,
      "url": "http://localhost:8000/userfiles/images/"
    }
  ],
  "uploadMaxSize": 41943040,
  "uploadCheckImages": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant