Luckaly under unix this is not that easy.
If you didn't completely F-up your system, your webserver will run under it's own ID, which has no rights to delete any critical files at all.
Worst case, you could give the name of a system file (/etc/passwd for example)
and PHP could theoretically copy that data instead of the real uploaded file, possible making it's content public.