File Upload Control in ASP.NET : How can i upload only jpeg file using file upload?

Опубликовано: 03 Октябрь 2024
на канале: Dhruvin Shah
2,234
8

With ASP.NET, accepting file uploads from users has become extremely easy. With the File Upload control, it can be done with a small amount of code lines.
In this example,i have explained how you can store uploaded file in one folder.
how can u get name , content type and size of your uploaded file?