Difference between revisions of "Attachment Action Item"

From Hornbill
Jump to navigation Jump to search
Line 6: Line 6:
 
|style="width:73%"|
 
|style="width:73%"|
 
==Introduction==
 
==Introduction==
The Attach Action enables the manual adding of one or multiple files to the request.
+
The Attach Action enables the manual adding of one or multiple attachments to the request.
 
|
 
|
 
|style="width:22%; border-style: solid; border-width: 1px; border-color:#e6e6e6; background-color:#f2f2f2;"|
 
|style="width:22%; border-style: solid; border-width: 1px; border-color:#e6e6e6; background-color:#f2f2f2;"|
Line 15: Line 15:
  
 
[[File:request_atach_Action_item.png|right|400px]]
 
[[File:request_atach_Action_item.png|right|400px]]
 +
 +
=== Adding Attachments ===
 +
 +
One or multiple attachments can be added to a request through either dragging and dropping the files into the '''file''' box, or using the '''Select Files''' option to browse to find and then select the files you wish to attach
 +
 +
=== System Settings ===
 +
 +
Restrictions can be applied to both the type of files which you want to allow to be uploaded, and the maximum size of any individual attachments which are being added.
 +
 +
Home > System > Setting > Advanced
 +
 +
* '''communications.maxfileUploadSize''' - Sets the maximum size (in bytes) of a file upload
 +
- 1000000 (default)
 +
* '''security.fileUploadRestriction.webdav.types'''  - This is a semicolon(;) separated list of the restricted file extensions (without the dots(.)) for file upload to WebDAV. Wildcards are not supported!
 +
- exe;bat;cmd;js;vbs (default)

Revision as of 07:21, 13 April 2017

Home > Service Manager > Attachment Action item

Introduction

The Attach Action enables the manual adding of one or multiple attachments to the request.

Related Articles

Request atach Action item.png

Adding Attachments

One or multiple attachments can be added to a request through either dragging and dropping the files into the file box, or using the Select Files option to browse to find and then select the files you wish to attach

System Settings

Restrictions can be applied to both the type of files which you want to allow to be uploaded, and the maximum size of any individual attachments which are being added.

Home > System > Setting > Advanced

  • communications.maxfileUploadSize - Sets the maximum size (in bytes) of a file upload

- 1000000 (default)

  • security.fileUploadRestriction.webdav.types - This is a semicolon(;) separated list of the restricted file extensions (without the dots(.)) for file upload to WebDAV. Wildcards are not supported!

- exe;bat;cmd;js;vbs (default)