Possible Duplicate:
Is it possible to select and upload multiple files at one time in Internet Explorer?
i have a php script to upload multiple images and save image names in database everything was going well until i tried to upload multiple images with internet explorer 8 .I cant select more then one image at a time in internet explorer i cant figure out why is internet explorer is not allowing me to upload multiple images i use following html tags to upload multiple images
<input type="file" name="images[]" multiple />
i think internet explorer does not allow to upload multiple images i need to know how to fix this problem ??