$fh = $query->upload('FILE'); while (<$fh>) { $filecontents .= $_; }