sunhater / kcfinder

KCFinder web file manager
http://kcfinder.sunhater.com
402 stars 209 forks source link

No preview after image upload #140

Closed energylevels closed 8 years ago

energylevels commented 8 years ago

I have a glitch of sorts: Image Browser works Image upload does work although no image preview, instead I have to go back into the image browser to insert the image it doesn't auto populate the preview window after upload

I have set

'uploadURL' => "https://www.mydomain.com/uploads", 'uploadDir' => "home/user/public_html/uploads",

What versions of PHP does it support?

energylevels commented 8 years ago

Can be closed, somebody had put the following in htaccess which was the issue:

Header set X-Frame-Options DENY

relaxed it to:

Header set X-Frame-Options SAMEORIGIN