Okay, after 4 hours searching and searching and ..no answer anywhere
But I think I solved this problem. I am still not sure why this line of code solved the problem. But it did
So here is how I solved it:
Open file admin.php in folder infinite-scroll/includes/admin.php
Find this: add_filter( ‘get_media_item_args’, array( &$this, ‘send_to_editor’), 10, 1);
Around line 24, then either delete that line or comment it out. Upload the file back to your server, then test your upload again. It should be working.
Again, I am not sure why this line of code solved the problem and I do not know the implication of this line to the whole site, but so far I have not seen any side effect yet.