We recently purchase the latest version of Xmod pro 4.8.0 and we have noticed there are changes in the tag names. We have made the upload file functionality working. But in the newer version, we couldn't find the tags names to remove the uploaded file, was wondering if the ajax call is made or not .Any suggestions???
<FileUpload
Id = "Doc"
DataField = "Doc"
DataType="string"
Path="../..."
Extensions=".pdf,.doc,.docx,.xls,.xlsx"
UseUniqueFileName="False"
UseAjax = "true"
overwrite="false"
namingpattern=""
DisplayMode = "UploadAndSelect"
SaveFilePath="False"
RemoveAction="unset"
UploadSuccessMsg = "File uploaded! "
RemoveSuccessMsg = "File removed! "
FilesizeErrorMessage="File is too large."
ExtensionErrorMessage="Extension type invalid."
/>