progress indicators, bug fixes, after a while
This commit is contained in:
@@ -18,9 +18,9 @@ class UpdateMnoRequest extends FormRequest
|
||||
public function messages(){
|
||||
return [
|
||||
'document_one.mimes' => 'The uploaded file must be a PDF, An MS Word Document or An Image.',
|
||||
'document_one.max' => 'The uploaded file may not be larger than 10MB.',
|
||||
'document_one.max' => 'The uploaded file may not be larger than 20MB.',
|
||||
'document_two.mimes' => 'The uploaded file must be a PDF, An MS Word Document or An Image.',
|
||||
'document_two.max' => 'The uploaded file may not be larger than 10MB.',
|
||||
'document_two.max' => 'The uploaded file may not be larger than 20MB.',
|
||||
];
|
||||
}
|
||||
/**
|
||||
@@ -38,8 +38,8 @@ class UpdateMnoRequest extends FormRequest
|
||||
'contact_person' => 'required',
|
||||
'contact_person_email' => 'required',
|
||||
'contact_person_phone' => 'required',
|
||||
'document_one' => 'max:10240|mimes:png,jpg,jpeg,bmp,pdf,doc,docx,xlx,xlsx',
|
||||
'document_two' => 'max:10240|mimes:png,jpg,jpeg,bmp,pdf,doc,docx,xlx,xlsx',
|
||||
'document_one' => 'max:20480|mimes:png,jpg,jpeg,bmp,pdf,doc,docx,xlx,xlsx',
|
||||
'document_two' => 'max:20480|mimes:png,jpg,jpeg,bmp,pdf,doc,docx,xlx,xlsx',
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user