I'm uploading a file to the server - I check the $_FIILES[var][size]
variable to check for exceeding a certain limit (250KB in this case) _
I notice that when I try to upload files of 500KB or 900KB [size]
holds the value and I can check it - however, if I try to upload a
2300KB file [size] is 0 - does anyone know what might be causing this?
Why doesn't that large of a file also get recorded in the [size]
variable?
Thanks...
variable to check for exceeding a certain limit (250KB in this case) _
I notice that when I try to upload files of 500KB or 900KB [size]
holds the value and I can check it - however, if I try to upload a
2300KB file [size] is 0 - does anyone know what might be causing this?
Why doesn't that large of a file also get recorded in the [size]
variable?
Thanks...
Comment