JS mengunggah batas ukuran file

// js
$file_size = this.files[0].size / 1024 / 1024;
Smiling Starling