I messed up an upload routine so that the full physical path to the file is entered into the table on upload. To view the file I need to strip these characters when they exist but folder name is dynamic according to username.
So the path to the file is /server/plans/directory/uploads/<%=rs_plan.Fields.Item("pl_username")%>/filename
From this I need to display just the file name.
Any help would be appreciated.