Adding jpeg extension

parent 4fa5edf0
...@@ -22,7 +22,7 @@ return [ ...@@ -22,7 +22,7 @@ return [
| Specify all the allowed file extensions a user can upload on the server | Specify all the allowed file extensions a user can upload on the server
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */
'allowed-types' => '.jpg,.png,.pdf', 'allowed-types' => '.jpg,.png,.pdf,.jpeg',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Determine the max file size upload rate | Determine the max file size upload rate
......
...@@ -22,7 +22,7 @@ return [ ...@@ -22,7 +22,7 @@ return [
| Specify all the allowed file extensions a user can upload on the server | Specify all the allowed file extensions a user can upload on the server
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */
'allowed-types' => '.jpg,.png,.pdf', 'allowed-types' => '.jpg,.png,.pdf,.jpeg',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Determine the max file size upload rate | Determine the max file size upload rate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment