Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Gladriel #1
changing input type file
i would very very much like to change the browse button on the file upload to one of my own
am i right in thinking if i create an inhertited control and overwrite its
TemplateSourceDirectory (inherited from Control)
can I point the control to a aspx page containing a textbox and my own button design?
or should it point to some kind of web control page?
Gladriel Guest
-
Input type file on asp page
Hi there Is there any way to se the default of a file asp (html) component to a specified directory on a network drive every time an instrnet asp... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type ?
I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"... -
reading the input type=file tag with ie6 in asp
I wanted to write a simple page to let me choose a directory and then list the files in it. The end goal was to make an easy way to copy all the... -
input type=file
is it possible to define a default or start up directory with input type="file" field type? If so, is it also possible to filter by another... -
Teemu Keiski #2
Re: changing input type file
Hi,
the "browse" button with file upload control, is not changeable. After all,
to upload something from browser, you need to use <input type="file">
element (rendered to the browser) and with that it is up to the browser how
it wants to display the Browse button.
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
[url]http://blogs.aspadvice.com/joteke[/url]
"Gladriel" <anonymous@discussions.microsoft.com> wrote in message
news:BC2A652D-03E1-4590-822B-48E52F73AA9B@microsoft.com...to one of my own> i would very very much like to change the browse button on the file uploadbutton design?>
> am i right in thinking if i create an inhertited control and overwrite its
>
> TemplateSourceDirectory (inherited from Control)
>
> can I point the control to a aspx page containing a textbox and my own>
> or should it point to some kind of web control page?
Teemu Keiski Guest
-
benjamin1greer #3
Re: changing input type file
but for that you use image as a button no need to inherit TemplateSourceDirectory
Junior Member
- Join Date
- Sep 2010
- Location
- 1905 Willow Ave, Weehawken.
- Posts
- 1



Reply With Quote

