IE can't send file upload when its hidden for styling purposes
问题 Well, i am pretty stuck so i am opening another question about styling the file-fileupload form element. After some tryings i'll finally (thought) i had it working, but then as usual IE will start protesting ones again. The thing is, i'll have the following form, it hides the real file-input with css and so it replaces it with a fake one, using the fileHiddenInput div. html: <form enctype="multipart/form-data" method="post" name="uploadform" action = ""> <div class="input-append"> <input type