Open TiesTheunissen opened 4 months ago
yes. with this line:
$this->crud->addField([
'name' => 'file_name',
'label' => 'Video',
'type' => 'dropzone',
'view_namespace' => 'dropzone::fields',
'allow_multiple' => false, // false if missing key
'config' => [
// any option from the Javascript library
'chunkSize' => 1024 * 1024 * 2, // for 2 MB
'chunking' => true,
'maxFilesize' => 400,
],
'hint' => 'Max upload size is 400MB',
]);
the file upload works perfectly on my recource.
-> this is that the dropzone sees the file and shows how big the file is.
when i edit the file the name of the file is viable but i dont see how big the file is
Hello,
Where are your files stored? Are they on your local environment ?
We reproduced a similar bug when our files were stored on a distant storage (uploaded with ftp).
Thank you for your help!
Hello :) could you please give details and steps to reproduce ? Thank you !