“You have not selected anything!” error message
While adding image from library in Drupal 7, I was getting error that “You have not selected anything!” but image was selected. I tried to find solution for this on internet then I found that this error is occurring due to old jQuery version.
I have jQuery Update module installed so I go to Configuration >> Development >> Jquery Update and changed Default Version to >= 1.8. Then after clearing cache I added existing image on a page and it worked.