Back again with another (hopefully) simple question. So I have a script to upload text from a text area, and part of the script is supposed to check the filesize against a maximum to make sure it's not too big. I can't figure out how to get the filesize of the text without actually uploading the file first. Is size stored anywhere automatically like with the $_FILE array, or can I get it using the filesize function, or something? Thanks in advance.