FileUploder get file full path using jquery
问题 I use below code for getting full file path My problem is using file.value in firefox only get my file name but in ie it get file full path function setImage(file) { document.getElementById('prevImage').src = file.value; } <asp:FileUpload ID="fup" runat="server" onchange="setImage(this);" /> <img id="prevImage" height="200" width="200"></img> 回答1: <inpu type="file" /> is a one of those elements which most browser even wont enable to change the style because of the security implications. Each