laravel-filemanager icon indicating copy to clipboard operation
laravel-filemanager copied to clipboard

Invalid Upload request

Open EdwardNash opened this issue 5 years ago • 4 comments

I have Windows 10. PHP 7.2 with exif, imagick and fileinfo enabled.

This is the current output of the filemanager debug: OS System & Version: Windows NT ALBESHER 10.0 build 10240 (Windows 10) i586 Laravel Version: v5.8.35 File Manager Version: v1.9.2 imagick Extension: Install gd Extension: Install

If I use another version of the library, it breaks my projects and only shows a white page image

EdwardNash avatar Sep 16 '19 09:09 EdwardNash

I also face this problem. I think all shared hosting occur this problem. But no one gives a specific solution.

faysal-web avatar Jul 11 '20 13:07 faysal-web

same here. Edit: i was trying to upload directly in the public folder so i run: sudo chown -R www-data:www-data public

senter-logistics avatar Aug 05 '20 16:08 senter-logistics

I am trying this locally and I get this error. I am trying to upload the file to s3.

Here are the updates I did to lfm.php

'disk' => 's3',
'should_create_thumbnails' => false,

No other changes on the config file.

@streamtw any advice on what I need to look out for to get it to work.

abishekrsrikaanth avatar Aug 31 '20 18:08 abishekrsrikaanth

@abishekrsrikaanth thanks. it works, but i want display thumbnails

SajjadAemmi avatar Aug 07 '22 07:08 SajjadAemmi