Quote:
Originally posted by abc123
what is the exact size of the files? over 8192 bytes? what size does it let you upload to? (assuming smaller files work)
may have something to do with the buffer size of your socket... (does php have sockets?)
|
PLatform---windows NT
webserver----IIS
php ver 4
upload_max_filesize =16M( php.ini file)
In upload form i gave max_file_size as hidden variable with value 16M.
i tried to upload file of size 3.2MB and got error
"Unable to open 'none' for reading: No such file or directory "