View Single Post
  #3 (permalink)  
Old 07-25-08, 01:26 AM
Amit Rathi's Avatar
Amit Rathi Amit Rathi is offline
New Member
 
Join Date: Jul 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
I got some solution for this.

HTML Code:
<form name=eee>
<input type = file name = browse style = 'display:none'>
<input name = file_name>
<input type = button onclick = 'document.eee.browse.click();document.eee.file_name.value = document.eee.browse.value;' value="dslsdfdsf">
</form>
But document.eee.browse.click() does not works with firefox.

If anybody have some Idea...

Amit Rathi

Last edited by Nico; 07-25-08 at 02:50 AM. Reason: Removed URL.
Reply With Quote