added a way to add an image from a smartphone camera

This commit is contained in:
abdurahman
2023-12-24 10:42:21 +05:00
parent 0de0459ce1
commit 9250b863f7
6 changed files with 1318 additions and 596 deletions

View File

@@ -115,6 +115,7 @@ return [
'file_size_limit_help' => 'Enter file size limit in MB',
'allowed_file' => 'Allowed File Type',
'specify_file_type' => 'Specify allowed types',
'image_file_type' => 'Camera + file',
'all_types' => 'All types',
'add_file_type' => 'Add file types',
'add_file_type_help_text' => 'Comma separated string of file types.Ex: .jpg, .png, .jpeg',

View File

@@ -115,6 +115,7 @@ return [
'file_size_limit_help' => 'Sisestage faili suuruse piirang megabaitides',
'allowed_file' => 'Lubatud failitüüp',
'specify_file_type' => 'Määrake lubatud tüübid',
'image_file_type' => 'Camera + file',
'all_types' => 'Kõik tüübid',
'add_file_type' => 'Lisa failitüüpe',
'add_file_type_help_text' => 'Failitüüpide komaga eraldatud string. Näiteks: .jpg, .png, .jpeg',

View File

@@ -115,6 +115,7 @@ return [
'file_size_limit_help' => 'Введите ограничение размера файла в МБ',
'allowed_file' => 'Допустимый тип файла',
'specify_file_type' => 'Укажите разрешенные типы',
'image_file_type' => 'Camera + file',
'all_types' => 'Все типы',
'add_file_type' => 'Добавить типы файлов',
'add_file_type_help_text' => 'Строка с разделенными запятыми типами файлов. Например, .jpg, .png, .jpeg',