Help with HtmlInputFile question?
- From: "Larry O via DotNetMonster.com" <forum@xxxxxxxxxxxxxxxxx>
- Date: Mon, 12 Sep 2005 21:24:22 GMT
Hi - I'm a newbie to .NET and I was hoping someone would be so kind as to
help me out with a question?
Specifiec in my .aspx file: <input type="file" size="50" id="FileToSend"
runat="server" NAME="FileToSend"> and in my class as: protected System.Web.UI.
HtmlControls.HtmlInputFile FileToSend;
When the user clicks the Browse... button, chooses a file and clicks Open,
I'd like to be able to "intercept" the File before it is displayed in the
(input) field?
That way I could add the File to a running list of Files they would like to
Add/Upload. The AOL (web) Mail system allows multi-file uploads this way -- I
was just trying to see if I could do the same?
Thanks for any help!
Larry
.
- Follow-Ups:
- Re: Help with HtmlInputFile question?
- From: S. Justin Gengo
- Re: Help with HtmlInputFile question?
- Prev by Date: Re: "Cannot be validated" - why not???
- Next by Date: Re: Graphical controls for ASP.NET
- Previous by thread: Upload File. File Type Question.
- Next by thread: Re: Help with HtmlInputFile question?
- Index(es):
Relevant Pages
|