Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8571849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:52:22+00:00 2026-06-11T18:52:22+00:00

Im working with a co-worker on Visual Studio, using the file upload control to

  • 0

Im working with a co-worker on Visual Studio, using the file upload control to allow the user to upload a file to the server, however I can’t seem to find a way to validate the file before allowing the upload.

For example I would like to stop them if they are trying to upload a file that is not relevant to their problem.

I am just starting on the asp.net side of things myself, so any shove in the right direction would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:52:23+00:00Added an answer on June 11, 2026 at 6:52 pm

    The default asp.net fileupload control does not provide this check.

    You can use a RegularExpressionValidator to validate the extension.

    <asp:RegularExpressionValidator ControlToValidate="FileUpload1" 
         ValidationExpression="^.*\.(png|PNG)$" runat="server" />
    

    The html accept attribute can come handy, but since this is not natively supported, you will have to add it yourself.

    <!-- Match all image files (image/*) and files with the extension ".someext" -->
    <input type="file" accept=".someext,image/*">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working with winforms on Windows 7, using C# in Visual Studio 2010. Currently
I am working on the visual studio c++ and using these lines in my
I am using Visual Studio to create a Report. I am having a problem
My shift keys have stopped working suddenly in Visual studio. What could be the
First, a couple operating parameters: .NET development using Visual Studio 2005/2008 TortoiseSVN client I've
I am using Visual Source Safe 2005 and Visual Studio 2008. @#$% this Source
I am using Git alone for my local software project in Visual Studio 2010.
For my project I am using the integrated Visual Studio unit-testing framework but I
Using Visual Studio 2008 / C# / VS Unit Testing. I have a very
I work with the same Visual Studio projects on multiple computers (work/home) using Dropbox

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.