mithu_sree Posted December 4, 2006 Share Posted December 4, 2006 Hi all,I have a situation in which i need to use a TextBox and a Button in jsp/Html and the desired functionality is like this , "If i click the button , File Browse window should open and once if i choose a file and click open then the selected file location should be placed as the TextBox value".For this I can Use a File Buuton but situation is like "the Browse button is not near the assosiated TextBox as in the case of File Button".Any Solution is greatly appriciated.--Mithun Quote Link to comment Share on other sites More sharing options...
fenway Posted December 6, 2006 Share Posted December 6, 2006 There are all sort of security issues with file dialogs... Quote Link to comment Share on other sites More sharing options...
mithu_sree Posted December 7, 2006 Author Share Posted December 7, 2006 i agree with it.But i just want to know the difference between IE and FX in handling file input button.I want to know whether i can enable that feature for (which one...?) that has worked my code in IE Quote Link to comment Share on other sites More sharing options...
Thierry Posted December 12, 2006 Share Posted December 12, 2006 I remember something about setting an actual filefield like you would normally, make it invisible (not inactive, use the opacity:0 from CSS) and then using Z-index to fake a text field and button over it, works for me. Quote Link to comment Share on other sites More sharing options...
mithu_sree Posted December 13, 2006 Author Share Posted December 13, 2006 i will try for it :-X Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.