| constraints |
[
Symfony\Component\Validator\Constraints\File {#290
+payload: null
+binaryFormat: false
+mimeTypes: [
"text/csv"
"text/plain"
]
+notFoundMessage: "The file could not be found."
+notReadableMessage: "The file is not readable."
+maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}."
+mimeTypesMessage: "Please upload a valid CSV document"
+disallowEmptyMessage: "An empty file is not allowed."
+uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}."
+uploadFormSizeErrorMessage: "The file is too large."
+uploadPartialErrorMessage: "The file was only partially uploaded."
+uploadNoFileErrorMessage: "No file was uploaded."
+uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini."
+uploadCantWriteErrorMessage: "Cannot write temporary file to disk."
+uploadExtensionErrorMessage: "A PHP extension caused the upload to fail."
+uploadErrorMessage: "The file could not be uploaded."
#maxSize: 1024000
}
] |
[
Symfony\Component\Validator\Constraints\File {#290
+payload: null
+binaryFormat: false
+mimeTypes: [
"text/csv"
"text/plain"
]
+notFoundMessage: "The file could not be found."
+notReadableMessage: "The file is not readable."
+maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}."
+mimeTypesMessage: "Please upload a valid CSV document"
+disallowEmptyMessage: "An empty file is not allowed."
+uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}."
+uploadFormSizeErrorMessage: "The file is too large."
+uploadPartialErrorMessage: "The file was only partially uploaded."
+uploadNoFileErrorMessage: "No file was uploaded."
+uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini."
+uploadCantWriteErrorMessage: "Cannot write temporary file to disk."
+uploadExtensionErrorMessage: "A PHP extension caused the upload to fail."
+uploadErrorMessage: "The file could not be uploaded."
#maxSize: 1024000
}
]
|