#3830 Fix attaching an image when opening a new ticket
Merged 5 years ago by pingou. Opened 5 years ago by pingou.

@@ -127,10 +127,10 @@ 

                  </div>

                  <div class="mt-2">

                      <label class="custom-file">

-                         <input type="file" id="file-picker" class="custom-file-input" name="file" accept="image/*" multiple>

-                         <label class="custom-file-label" for="file-picker">

-                           Browse to attach images or drag them into the comment field

-                         </label>

+                       <input type="file" id="file-picker" class="custom-file-input" name="filestream" accept="image/*" multiple>

+                       <label class="custom-file-label" for="file-picker">

+                         Browse to attach images or drag them into the comment field

+                       </label>

                      </label>

                      <div id="progress" class="progress" style="display: none; height:22px">

                        <div id="progress-bar" class="progress-bar" style="height:22px; line-height: 2em;">0%</div>