html - Min Size of The File to be Uploaded -
i trying find html provide option in <input type='file' />
set minimum , maximum size of file being uploaded.
yes does. theis attribute server side soft impose of limit.
<input type="hidden" name="max_file_size" value="1024" />
the value in bytes.
you should use html file api restrain size of uploads. preferred way.
Comments
Post a Comment