Click to See Complete Forum and Search --> : browser button without textbox


prati_0510
08-07-2006, 04:16 AM
can i ve browser button without textbox.. i want to custimize browser button... i want to name it as ADD which upload gif file .. n displayed in picture box....

eveything is working fine but i dont want textbox attached to button and the name BROWSE

felgall
08-07-2006, 02:54 PM
The <input type="file"> field is fixed as being a text input plus a browse button. It is the only way to do file uploads from a web pahe as any other method would allow security breaches. You can have either a text input or a button separately but then they wont be able to be used for file uploads.