-
```
How to reproduce the problem?
Please describe step by step:
1. I have called the function on button click like below :
2. Then I clicked on button, for the very first time the file…
-
[phpBB Debug] PHP Warning: in file C:/xampp2/htdocs/App/Entity/Uploader.php on line 202: Trying to access array offset on value of type int
On line 202 i have:
if($options['maxSize'] …
-
# Bug report
### What I did
In migration file
```php
Schema::create('lessons', function (Blueprint $table) {
...
$table->foreignId('course_id')
->nullable()
->c…
-
Using php-uploader script, no ui.
While uploading multiple files with 2.3.6, the same does not work with 3.0_beta_1
First video is build correct (renaming xyz.part to xyz.mp4), all following videos …
-
I'm having an issue:
`There is no extension able to load the configuration for "lcn.image_uploader.galleries"`
Bundle is enabled in AppKernel.php
-
# Bug report
### What I did
Create a **select** field
```php
// type: relationship (BelongsTo)
CRUD::field('user')
->label(ucfirst(trans('validation.attributes.cu…
-
Laravel 5.4
I am getting the following error when I try upload with fineUploader:
`ErrorException
exif_imagetype(/home/vagrant/wed/storage/uploader/temp/a772c5d4-06a7-4b8f-aecf-7dd78c8c196e/59a…
-
### Preconditions and environment
Magento ver. 2.4.3-p2
### Steps to reproduce
File uploader fails when uploader is more than one fieldset level deep in a ui_component. this results in a fail…
-
Sometimes even the image is jpg format ( I am sure ). I don't know why, but I can't upload the image with the uploader.
But I can upload the image from files section :=)
ERROR [UNKNOWN TYPE, ER…
-
```
How to reproduce the problem?
Please describe step by step:
1. I have called the function on button click like below :
2. Then I clicked on button, for the very first time the file…