hi ira,
i think there a way out for it
if u have fired phpinfo() have you checked for one more directive
directive local value master valie
file_uploads 1 1
i think this also matters
ne way there a other way out
do have a domain name
if yes then make a folder named upload
then create a php file which can upload a file to that folder
run the script again and check it out
do you know about the entries for file upload
in php.ini file
if you can locate it change it
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
file_uploads = On ; Whether to allow HTTP file uploads
;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified)
upload_max_filesize = 2M ; Maximum allowed size for uploaded files
then try your original script
from dips
dipenmistry@rediffmail.com