How can I import multiple images for one product in magento 1.7.0.2 :

I am adding images under /media/import this work fine for one image but i am not able to import multiple images, I tried using comma and semi colon(;) :
/image1.jpg,/image2.jpg and /image1.jpg;/image2.jpg
This gives error image path does not exists.
