Hi,
I have a little problem.
I have the following code :
this code works great under IE7 but not under FF (firefox).Code:<input class='button_picture' style='display:none;' size=130 type='file' ACCEPT='image/png, image/jpeg, image/gif' id='id_button_browse' name='my_button_browse' onChange='id_upload_file.value = this.value;'></input> <input class='field_picture' name='upload_file' id='id_upload_file'/> <input class='button_picture' type='button' value="..." onClick='document.getElementById("id_button_browse").click();'></input>
What could be the problem ?
thanks a lot,
M.





Bookmarks