filesize - $_FILES["file"]["size"] in megabytes -



filesize - $_FILES["file"]["size"] in megabytes -

i'm using part of code variable size while uploading

if ($_files["file"]["size"]<1024) { //do }

but when upload files more 1mb shows me file size 0. works when upload files in bytes or kilobytes

are sure these uploads successful? maybe upload_max_filesize 1m, files bigger 1m aren't uploaded. thats why 0. guessing...

file-upload filesize

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

r - url in CRAN extension manual -

asp.net - .NET Control.ID property inconsistency -