fileSelectButton.roundedString
Defines the border radius for the File Select button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
fileSelectButton: {
rounded: "full"
},
placeholder: "Fully rounded file button..."
});
</script>