| Zeile 8... |
Zeile 8... |
| 8 |
<br> Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads. </p>
|
8 |
<br> Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads. </p>
|
| 9 |
<p> For more info please check out
|
9 |
<p> For more info please check out
|
| 10 |
<a class="btn red btn-outline" href="https://github.com/blueimp/jQuery-File-Upload" target="_blank">the official documentation</a>
|
10 |
<a class="btn red btn-outline" href="https://github.com/blueimp/jQuery-File-Upload" target="_blank">the official documentation</a>
|
| 11 |
</p>
|
11 |
</p>
|
| 12 |
</div>
|
12 |
</div>
|
| 13 |
<form id="fileupload" action="../assets/global/plugins/jquery-file-upload/server/php/" method="POST" enctype="multipart/form-data">
|
13 |
<form id="fileupload" action="/backend/assets/global/plugins/jquery-file-upload/server/php/" method="POST" enctype="multipart/form-data">
|
| 14 |
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
14 |
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
| 15 |
<div class="row fileupload-buttonbar">
|
15 |
<div class="row fileupload-buttonbar">
|
| 16 |
<div class="col-lg-7">
|
16 |
<div class="col-lg-7">
|
| 17 |
<!-- The fileinput-button span is used to style the file input field as button -->
|
17 |
<!-- The fileinput-button span is used to style the file input field as button -->
|
| 18 |
<span class="btn green fileinput-button">
|
18 |
<span class="btn green fileinput-button">
|