in reply to Re: Stumped with File::Find and -s
in thread Stumped with File::Find and -s

The $fsize = -s $filename is getting the size of the file they are trying to upload so I'll eventually be able to check that the limit is not reached, since 4 files are uploadable at a time from the input form.