Hi,
i was thinking to change the file name of the upload file based on the value entered by user in a text box and this is what i have tried but it's not working. Any idea how to change the file name?
<ej:UploadBox ID="upbRecogLetter" runat="server" AllowDragAndDrop="True" AsyncUpload="True" SaveUrl='<%# String.Format("saveFiles.ashx?TID={0}", txtTransID.Text.Trim)%>' RemoveUrl="removeFiles.ashx" MultipleFilesSelection="False"></ej:UploadBox>