With the "Upload Request" Plugin you can create an upload request for external user on every node. The Upload Request will generate a link, which can be used to provide it to any customer to upload files to the specific node.
To be configured in {home}/appserver/conf/custom.properties
type: String, required: yes, default: -
The license for this plugin (determines validity, expiration date).
This is delivered by brix after you supply the customer's name (xxx in {home}/appserver/conf/xxx.license.dat)
e.g. uploadRequest.license=beJUxOSxNpeLBF078TscfZHIuSdeZ068Q65
type: numbers, required: no, default: -
With visibleForGroup it is possible to restrict that not all groups can see the Upload Request in Celum. If it's empty all user can see, create and edit any Upload Request's. To restrict it to user groups fill in user group id's, which are separated with a coma.
e.g. 12,73,32
In order to add custom brandings to the Upload Request front-end, create the folder appserver/META-INF/resources/brandings/uploadRequest
and add arbitrary CSS-files. These will then be available for selection in the back-end. Due to the nature of Angular you'll probably have to !important
most things. Example:
.request-header {
text-align: center;
color: white;
background-color: #dd4e58;
padding-top: 12px;
}
.ngx-file-drop__drop-zone {
border-color: #dd4e58 !important;
}
.ngx-file-drop__content {
color: #dd4e58 !important;
}
.mat-progress-bar-buffer {
background-color: #ddd !important;
}
.mat-progress-bar-fill::after {
background-color: #dd4e58 !important;
}
type: String, required: no, default: -
This property has to be placed in the customMessages_lang.properties file. To set a disclaimer title.
type: String, required: no, default: -
This property has to be placed in the customMessages_lang.properties file. To set a disclaimer text. To style the text html is allowed.
Upload Request | CELUM |
---|---|
1.0 - 1.9 | 5.12.3 -5.13.0 |
2.0 -2.4 | 5.13.1 - 5.13.3 |
2.5 - 2.7.7 | 5.13.4 - 6.3 |
2.7.10 | 6.4.0 |
3.0.0 | 6.4.0 |
Initial Version
?infoValues=120;Hallo&infoValues=140;Welt
Released 2020-09-22
- Complete redesign of application
- Complete UI/UX redesign
- Multiple branding feature
- Folder upload feature
Released 2020-12-01
- Asset specific metadata feature
- More branding possibilities
Released 2021-01-14
- Sort & rename feature
- Prevent upload too many files (Error message)
Released 2021-01-15
- Checksum duplicate check
Released 2021-03-05
- Disclaimer feature
© brix IT Solutions