0

I am facing an issue with asp.net file upload control inside update panel.

That is FileUploadControl.HasFile always return "true".

Can we create a "file upload" control (which has "browse button") using html controls...and use it inside asp.net 2.0 ???

3
  • File upload (<input type="file" />) doesn't do AJAX, I suspect that's the problem? Commented Oct 20, 2010 at 12:36
  • I need an html control to replace the ASP.net fileUpload control. Commented Oct 20, 2010 at 12:39
  • There's nothing to replace with, I'm afraid. (At least not native, by HTML spec.) The common solution is to have your file upload inside an iframe, or similar. Btw, you should stop talking about "controls", it's still html you are working with. Use google, I've found a blog post about a solution: valums.com/ajax-upload Commented Oct 20, 2010 at 13:23

1 Answer 1

1

<input type="file" />?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.