Rank: Newbie Groups: Member
Joined: 7/31/2012 Posts: 5
|
Good Morning,
How we can filter files when user Browse to select a file to upload. I need to get the selected file name to filter before update.
Thanks,
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You can not do that. You can use AllowedExtension to filter the file types, but you can not filter the file name before it is submitted to the server.
Thanks!
|