http://qs321.pair.com?node_id=437283


in reply to use of uninitialised value

Greetings,

My guess is that you are getting that warning from not declaring a scalar that is being used. Perhaps you did not declare $upload or $filename. This would explain both the warning, and the problem opening the file.

hok_si_la