FileUpload - ImageButton - FilePath on ImageButtonKavi suja13yAsked Jul 8, 2013, 3:20 AM4.5kLearn iOS ProgrammingHi, I use Imagebutton as FileUpload Control using the following code.When i click on image,the popup for choosing file from local system will be shown. function chooseFile() { document.getElementById("FileUpload1").click(); }