RTL Support

25 Mar 20211 minute to read

This feature supports the change of left-to-right alignment of the UploadBox control to right-to-left (RTL). That is, it sets the UploadBox to right-to-left actions.

The following steps explain the configuration of the EnableRTL property in the UploadBox.

In the ASPX page, add the UploadBox element.

  • HTML
  • <ej:UploadBox ID="Uploadbox" runat="server" SaveUrl="SaveFiles.ashx" RemoveUrl="RemoveFiles.ashx" EnableRTL="true"></ej:UploadBox>

    NOTE

    The SaveUrl and RemoveUrl are the same as above (see Save File Action and Remove File Action section).

    The following screenshot displays the output for RTL support.

    ASPNET UploadBox RTL-Support Image1