T
tgundeck
Does anyone know how I can check the file size of photos or any file
type in JavaScript? I'm allowing users to store photos in my web page
using the input type = file tag, but need to limit the photo size to 1
meg. I would like to check the file size in JavaScript on the page,
instead of on the server. Anyone know how I can check the file size in
JavaScript?
type in JavaScript? I'm allowing users to store photos in my web page
using the input type = file tag, but need to limit the photo size to 1
meg. I would like to check the file size in JavaScript on the page,
instead of on the server. Anyone know how I can check the file size in
JavaScript?