All Entries Tagged With: "filesize"
PHP Get File Size of Remote File
Previously in a post I made for uploading a file from URL we wanted to include a file size check to make sure the file wasn’t too big before we upload it. Here I’ll show you how to get the remote file’s size and other information before doing other functions with it. We’ll do this [...]
