| Zeile 40... |
Zeile 40... |
| 40 |
<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>
|
40 |
<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>
|
| 41 |
<p> For more info please check out
|
41 |
<p> For more info please check out
|
| 42 |
<a class="btn red btn-outline" href="https://github.com/blueimp/jQuery-File-Upload" target="_blank">the official documentation</a>
|
42 |
<a class="btn red btn-outline" href="https://github.com/blueimp/jQuery-File-Upload" target="_blank">the official documentation</a>
|
| 43 |
</p>
|
43 |
</p>
|
| 44 |
</div>
|
44 |
</div>
|
| 45 |
<form id="fileupload" action="/assets/global/plugins/jquery-file-upload/server/php/" method="POST" enctype="multipart/form-data">
|
45 |
<form id="fileupload" action="/backend/assets/global/plugins/jquery-file-upload/server/php/" method="POST" enctype="multipart/form-data">
|
| 46 |
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
46 |
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
| 47 |
<div class="row fileupload-buttonbar">
|
47 |
<div class="row fileupload-buttonbar">
|
| 48 |
<div class="col-lg-7">
|
48 |
<div class="col-lg-7">
|
| 49 |
<!-- The fileinput-button span is used to style the file input field as button -->
|
49 |
<!-- The fileinput-button span is used to style the file input field as button -->
|
| 50 |
<span class="btn green fileinput-button">
|
50 |
<span class="btn green fileinput-button">
|