Basic Uploader Properties
25min
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 common basic 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 other useful basic properties basicupload failed message this optional parameter provides the message displayed if the upload fails basicupload failed message="upload failed please check your anti virus and network connection " basicupload panel button title this optional parameter provides the text for the button that starts the upload basicupload panel button title="upload" basicupload panel input description label this optional parameter provides the text for the input description field basicupload panel input description label="\<b>description\</b>" this parameter is related to basic uploader properties docid\ ozhkbilergwjsy0tetrcb and basic uploader properties docid\ ozhkbilergwjsy0tetrcb basicupload panel input description required 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 basicupload panel input description required="false" this parameter is related to basic uploader properties docid\ ozhkbilergwjsy0tetrcb and basic uploader properties docid\ ozhkbilergwjsy0tetrcb 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 basicupload panel input description show="true" basicupload panel input title label this optional parameter provides the label text for the input title field basicupload panel input title label="\<b>title\</b>" basicupload panel input title required message this optional parameter provides the text for the input title required message "basicupload panel input title required message"="please enter a title " basicupload panel input title required 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 "basicupload panel input title required"="true" basicupload panel input title show this optional parameter specifies if the input title is displayed or not for example, the following line specifies that the title is displayed "basicupload panel input title show"="true" basicupload panel message this optional parameter specifies a short message to show at the top of the panel "basicupload panel message"="enter values below then click upload to start uploading " basicupload panel title this optional parameter specifies the title to show above the panel "basicupload panel message"="upload" basicupload post maxwidth 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 "basicupload post maxwidth" "1280" basicupload request url 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 "basicupload request url" "https // /basicuploads3upload php?id=myid" basicupload preview\ title this optional parameter specifies the title to show during the preview "basicupload preview\ title"="preview" basicupload site name 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 "basicupload site name" "example site" basicupload success message this optional parameter provides the message that displays when an upload succeeds "basicupload success message"="upload successful!" basicupload success showlink 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 "basicupload success showlink"="false" basicupload success url this optional parameter provides a url that is called back if the upload is successful "basicupload success url" "https // /basicuploadsuccess php?id=myid" basic property overrides 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 "basicupload panel message" "show optional input fields to post back when requesting upload url", "basicupload panel input title show" "true", "basicupload panel input description show" "true" other useful basic properties the following properties are useful for direct amazon s3 upload "basicupload post method" "put", "basicupload post extraheaders 1" "x amz acl\ public read" for an example amazon s3 upload, see configure the basic uploader docid\ vfpgre3ya2faxyqi7swxe