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
3f3bc277
Unverified
Commit
3f3bc277
authored
Jun 19, 2023
by
Antônio Durval
Committed by
GitHub
Jun 19, 2023
Browse files
Merge pull request #914 from antonioDurval/master
Adicionando .zip na criação do Edital (Modelo documentos)
parents
6985447f
7d2d854a
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/criarEvento.blade.php
View file @
3f3bc277
...
...
@@ -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