Basic Uploader Properties
Use the following properties to specify the upload of the recorded screen capture. Note that some properties are required and others are optional. Specify any of these by adding them to the launch properties.
- basicupload.failed.message
- basicupload.panel.button.title
- basicupload.panel.input.description.label
- basicupload.panel.input.description.required
- basicupload.panel.input.description.show
- basicupload.panel.input.title.label
- basicupload.panel.input.title.required.message
- basicupload.panel.input.title.required
- basicupload.panel.input.title.show
- basicupload.panel.message
- basicupload.panel.title
- basicupload.post.maxwidth
- basicupload.request.url (REQUIRED)
- basicupload.preview.title
- basicupload.site.name (REQUIRED)
- basicupload.success.message
- basicupload.success.showlink
- basicupload.success.url
- Basic Property Overrides
This optional parameter provides the message displayed if the upload fails.
ļ»æ
This optional parameter provides the text for the button that starts the upload.
ļ»æ
This optional parameter provides the text for the input description field.
This parameter is related toĀ basicupload.panel.input.description.requiredļ»æĀ andĀ basicupload.panel.input.description.showļ»æ.
This optional parameter specifies if the text for the input description field is required or optional. For example, the following line specifies that the text is optional:
This parameter is related toĀ basicupload.panel.input.description.requiredļ»æĀ andĀ basicupload.panel.input.description.showļ»æ.
This optional parameter specifies if the input description field is displayed or not. For example, the following line specifies that the field is displayed:
ļ»æ
This optional parameter provides the label text for the input title field.
ļ»æ
This optional parameter provides the text for the input title required message.
ļ»æ
This optional parameter specifies if the text for the input title field is required or optional. For example, the following line specifies that the text is required:
ļ»æ
This optional parameter specifies if the input title is displayed or not. For example, the following line specifies that the title is displayed:
ļ»æ
This optional parameter specifies a short message to show at the top of the panel.
ļ»æ
This optional parameter specifies the title to show above the panel.
ļ»æ
This optional parameter restricts the size (to a maximum width) of the encoded video to upload during encoding. The following line reduces the encoded video to 1280Ā px. Recordings with a width smaller than 1280Ā px are not altered.
ļ»æ
This required property specifies a URL to use when uploading the video.
Note:Ā If you are also usingĀ basicupload.success.urlĀ (success callback property), use a URL parameter likeĀ id=myidĀ to link this call toĀ basicupload.success.url.
This property expects a response containing a string with the URL that the recording uses to POST the mp4 video file. The example version offers a way to collect inputāspecifically a title and a descriptionābefore uploading. If you use these options, the values are POSTed to theĀ basicupload.request.url. If you do not use the title and description options, this parameter provides a GET request to the URL.
ļ»æ
This optional parameter specifies the title to show during the preview.
ļ»æ
This required property displays to the user while uploading for example the below setting will display "Uploading to Example Site" while a video is uploading.
ļ»æ
This optional parameter provides the message that displays when an upload succeeds.
ļ»æ
When set toĀ trueĀ and aĀ basicupload.success.urlĀ is set, this optional parameter provides a link that the user can copy. The link displays under theĀ basicupload.success.message. The link is the result text returned by theĀ basicupload.success.urlĀ callback, which you can set up in JavaScript.
ļ»æ
This optional parameter provides a URL that is called back if the upload is successful.
ļ»æ
The following examples show how to override some display properties. You can also set these by using your ownĀ BasicUploadSkinĀ jar with custom settings in theĀ appDisplay.properties.
The following properties are useful for direct Amazon S3 upload.
For an example Amazon S3 upload, seeĀ Setting the Basic Upload URL (S3 Amazon Example).ļ»æļ»æ