Magento – Image upload auto selection as base, small and thumb

imagemagento-1.9upload

I was just wondering if there is a way the image radio button auto select as base, small, thumb so I don't have to select manually every time when uploaded.
Screenshot
enter image description here

Thanks

Best Answer

And to answer the question: No, magento can't do this out of the box. But you can "easily" change the JS code which adds the row to the table, so when you add the first one, the radio buttons are checked.

The creation of a row is made here: js/mage/adminhtml/product.js:140