barryvdh / laravel-elfinder

elFinder bundle for Laravel
745 stars 171 forks source link

File size zero #162

Open kenny-lee-1992 opened 7 years ago

kenny-lee-1992 commented 7 years ago

Hi,

When i upload, the file size always 0 b.

q1

But when i refresh the browser, the file size has been updated.

q2

This is my config

// config/elfinder.php
 'disks' => [
        'file-manager' => [
            'alias'      => 'FlySystem',
        ],
    ]
// config/filesystem.php
 'disks' => [
        ...
        'file-manager' => [
            'driver' => 'local',
            'root'   => public_path('uploads/flysystem'),
        ],
    ]

Can you help me explain and how to fix this ?

Thanks and Best Regards,