I'm currently building sa page where the user will upload a .csv file. What I want to do is to check the size of the file. Is there any keyword on how to check the filesize?? I will wait for reply thanks.
[man]filesize/man or, even better, $_FILES['input_element_name_here']['size'].