0

The code am using to select multiple file(s) at a time and to upload them to server is :-

<html>
<body>
<form action="upload.php" method="post" enctype="multipart/form-data" name="myForm">
    <label for="myfile" style="cursor:pointer;">Click To Upload Photo(s)</label>:<input type="file" id="myfile" name="upload" multiple="multiple" />
    <br />
    <input type="submit" />
</form>
</body>
</html>

But it doesn't work in IE(version<9.0). Does Any one know how to select multiple files at a time in IE ? I have also tried BlueImp & valums File uploader for the same.

1
  • 1
    I would go for a flex/flash solution in browsers < IE9 Commented Jan 31, 2013 at 14:34

1 Answer 1

2

You can't achieve that with pure HTML in older browsers. I recommend using Uploadify as a combination of jQuery + Flash solution.

You can read about multiple attribute for an input here. In my opinion it's still in early stages

Sign up to request clarification or add additional context in comments.

1 Comment

This is not working for in IE9 .Are you sure this flash solution works ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.