|
How to restrict the user to upload only specific type of files (.gif or .jpg file) on the server?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET FileUpload
To restrict the user to upload only specify type of file on the server, we can use this approach.
|