Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
pdf-customizer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0130ec03
authored
2016-04-27 11:06:48 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
4
1 parent
b55a5d17
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
resources/views/fileentries/index.blade.php
resources/views/fileentries/index.blade.php
View file @
0130ec0
...
...
@@ -2,6 +2,7 @@
@section('content')
<form
action=
"{{route('addentry', [])}}"
method=
"post"
enctype=
"multipart/form-data"
>
<input
type=
"hidden"
name=
"_token"
value=
"{{ csrf_token() }}"
>
<input
type=
"file"
name=
"filefield"
>
<input
type=
"submit"
>
</form>
...
...
Please
register
or
sign in
to post a comment