we could do with seeing the code for your action, but without it...
I always have a check in there (on the action page):
if(@!$adImage)
echo "You did not select a file"
alternatively though, you could edit that to accommodate what you're getting:
if(@!$adImage || @$adImage = "none")
echo "You did not select a file"
Hope that helps