Is there an easy way to grab the file name?
I’m trying something like this with no luck ;/
Protected Sub ASPxUploadControl1_FileUploadComplete(ByVal sender As Object, ByVal e As DevExpress.Web.ASPxUploadControl.FileUploadCompleteEventArgs) Handles ASPxUploadControl1.FileUploadComplete
Dim fileInfo As New FileInfo(e.UploadedFile As String)
Yes
Here’s a complete sample where only excel files are allowed: