Searched, and found suggestions for HOW to do it.
I made the changes required to php.ini, adding the following lines:
upload_max_filesize = 64M
post_max_size = 64M
and modifiyng the following line from 60 to 600:
max_input_time = 600
Everything is working great now!
Al
I forgot to mention: I am running WordPress 2.9.1 .
Thanks!