473,386 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Custom HtmlInputFile


Hi, I want to customize the HtmlInputFile. I wanna something like an image
button to play the "browse" button hole and hide the textbox. Is that
possible?

I also have tried to hide an HtmlInputFile in my page and added some
javascript code to a button to fire the click() event of the HtmlInputFile.
It worked for a moment, but when the submit button is clicked the
HtmlInputFile looses its value. This solution was described in the
following link: http://p2p.wrox.com/topic.asp?TOPIC_ID=4772

Thanks

--
Message posted via http://www.dotnetmonster.com
Nov 19 '05 #1
2 1647
> Hi, I want to customize the HtmlInputFile. I wanna something like an image
button to play the "browse" button hole and hide the textbox. Is that
possible?
Nope.
I also have tried to hide an HtmlInputFile in my page and added some
javascript code to a button to fire the click() event of the
HtmlInputFile.
It worked for a moment, but when the submit button is clicked the
HtmlInputFile looses its value. This solution was described in the
following link: http://p2p.wrox.com/topic.asp?TOPIC_ID=4772
I copied the exact code that was on that page, and added another button
called "Display" that calls a function that puts up an alert box with the
value of the hidden file upload element. When I clicked the "Upload File"
button, I got the dialog box, selected a file, and saw the value in the text
box. I then clicked the "Display" button, and saw the same value from the
hidden file upload element.

Conclusion: You did something wrong. What, I don't know.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Augusto Cesar via DotNetMonster.com" <fo***@DotNetMonster.com> wrote in
message news:b4******************************@DotNetMonste r.com...
Hi, I want to customize the HtmlInputFile. I wanna something like an image
button to play the "browse" button hole and hide the textbox. Is that
possible?

I also have tried to hide an HtmlInputFile in my page and added some
javascript code to a button to fire the click() event of the
HtmlInputFile.
It worked for a moment, but when the submit button is clicked the
HtmlInputFile looses its value. This solution was described in the
following link: http://p2p.wrox.com/topic.asp?TOPIC_ID=4772

Thanks

--
Message posted via http://www.dotnetmonster.com

Nov 19 '05 #2

Thanks for your reply.

The problem with that code is when you have to do something in the server
side. Try to put a button that submits to the server, like an asp:button,
to make the upload of the selected file. After you select the file, the
button doen't submit to the server and clear the value of the HtmlInputFile
when clicked.
In the client side it is all OK with that code, but I can't get the
selected file in the server side.

I will apreciate if somebody suggest another way to do that.

--
Message posted via http://www.dotnetmonster.com
Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: R Reyes | last post by:
I am coding a forum and am having problems passing around the attachment file (as an HtmlInputFile) from page to page. Sometimes the users may want to preview their posts with the attachment specs...
1
by: Newbie | last post by:
i have a c# asp.net webform that has an HtmlInputFile and a listbox (to hold the filenames to be uploaded). but HtmlInputFile.PostedFile and HtmlInputFile.Value are readonly properties. i have to...
2
by: Skwish | last post by:
Hi, I have a page with a htmlInputFile that is working fine. However, if I go to another page, and then go back to the page with the htmlInputFile, I get the following error Warning: Page...
5
by: shimonsim | last post by:
Hi, I need to upload pictures from client machine and I am using HtmlInputFile control I set validator to make sure that file has correct expention but if one of the files has incorrect extention...
5
by: Ariel Dolan | last post by:
Can I use HtmlInputFile to only get the selected file name but not actually upload the file? Clicking the control's Browse button let's the user select a file. All I need is the HtmlInputFile...
3
by: UJ | last post by:
Guys, I know this isn't the appropriate place to post this because it's HTML not ASP.Net but I need some guidance. I have a web page with an HTMLInputFile on it. The person enters the stuff,...
7
by: Buddy Ackerman | last post by:
I created this class Public Class HTMLFileInput : Inherits System.Web.UI.HtmlControls.HtmlInputFile Public Property Data As String Get Return ViewState("HTMLFileInput.Data") End Get Set...
0
by: AndrewF | last post by:
Hi there. I am royally stuck with this so any help would be greatly appreciated. Basically I have a set of classes that create composite controls for the user. One of these is an upload object...
3
by: Dave Adler | last post by:
Is there any way to retain the value of an HtmlInputFile control through a postback? I do some server side validation on the page when it is submitted and if an error occurs on the page the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.