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',