View Single Post
Old 08-16-2002, 04:37 AM   #8 (permalink)
jacob
Registered User
 
Join Date: Aug 2002
Posts: 2
jacob is on a distinguished road
Angry reply

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 "
jacob is offline   Reply With Quote