Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
800c987e
Commit
800c987e
authored
Jun 19, 2023
by
unknown
Browse files
Adicionando o tipo zip no modelo de documentos
parent
d89ba2cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/criarEvento.blade.php
View file @
800c987e
...
...
@@ -570,7 +570,7 @@
<
a
id
=
"modeloDocumentoTemp"
href
=
"{{ route('baixar.modelo.evento.temp', ['nomeAnexo' => 'modeloDocumento' ])}}"
>
Arquivo
atual
</
a
>
@
endif
<
input
type
=
"hidden"
id
=
"modeloDocumentoPreenchido"
name
=
"modeloDocumentoPreenchido"
value
=
"{{ old('modeloDocumentoPreenchido') }}"
>
<
input
type
=
"file"
class
=
"form-control-file @error('modeloDocumento[]') is-invalid @enderror"
name
=
"modeloDocumento[]"
multiple
value
=
"{{ old('modeloDocumento') }}"
id
=
"modeloDocumento"
onchange
=
"exibirAnexoTemp(this)"
accept
=
".doc,.docx,.pdf"
>
<
input
type
=
"file"
class
=
"form-control-file @error('modeloDocumento[]') is-invalid @enderror"
name
=
"modeloDocumento[]"
multiple
value
=
"{{ old('modeloDocumento') }}"
id
=
"modeloDocumento"
onchange
=
"exibirAnexoTemp(this)"
accept
=
".doc,.docx,.pdf
, .zip
"
>
<
small
>
Os
arquivos
selecionado
deve
ter
até
2
mb
.
</
small
>
@
error
(
'modeloDocumento[]'
)
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment