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 7026253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:05:34+00:00 2026-05-28T00:05:34+00:00

Some thing weird is happening. I created a simple form and Added an <asp:file

  • 0

Some thing weird is happening. I created a simple form and Added an <asp:file upload> control to the page. When I run it, I am not able to see the control at all.

When I click on the place where I added it is letting me upload a file. I even added visible=”true” still not able to see the control.

When I click on the page source I see something suspicious that may be the reason for the forms behavior.

<div class="aspNetHidden">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" 
        value="/wEWAwKLs+6YAwLCi9reAwKgt7D9ClxerRe75aEgGdz92Sy7arcrPod6Ll9TW47l0BpDRTNL" />

Did you ever experience this? Can youy tell me what am I doing wrong?

Here is the code

<div>
    <asp:FileUpload ID="filResume" class="file" 
        runat="server" width="600" size="81" />
</div>
<asp:RequiredFieldValidator runat="server" id="reqFilResume" 
        ControlToValidate="filResume" 
        Display="Dynamic"
        cssClass="validator_right">*Required
    </asp:RequiredFieldValidator>
<asp:RegularExpressionValidator 
    Display="Dynamic" 
    id="fileUploadValidator" 
    runat="server" 
    ErrorMessage="*Resume must be a .pdf, .doc, or .docx file!" 
    ValidationExpression="^.+\.(pdf|PDF|doc|DOC|docx|DOCX)$" 
    ControlToValidate="filResume"
    cssClass="validator_right">
</asp:RegularExpressionValidator>
  • 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-05-28T00:05:34+00:00Added an answer on May 28, 2026 at 12:05 am

    Your CSS is the problem. You are setting it to be completely transparent.

    input[type=file] {
       position: relative; 
       text-align: right; 
       -moz-opacity:0 ; 
       filter:alpha(opacity: 0);
       opacity: 0; 
    

    Set those opacity numbers to something above 0. (The filter:alpha goes on a scale of 0-100; the others are 0-10, I believe)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting some weird thing happening with my javascript. I'm fetching data from the
I am making another windows form application , but some weird things are happening
Had something weird start happening to me today. I have an asp.net mvc app
I am getting some weird running times for my mergesort algorithm...I want to run
Some weird problem is haunting me right now: One of my apps (not yet
I have an upload form that uploads mp3s to my site. I have some
Some time in the last hour some pretty weird things have been happening with
Something weird's happening with my Rails app. When I try to send an update
I'm developing an app using threading, and something weird is happening. I have these
why some thing like this url=http:/+www.pathname.com+/+anotherString; turns into http://www.pathname.com/anotherString . Notice the // after

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.