Hi everyone!
I have a form where i have medium blob field to upload files and filename is inserted to textfield
My need now is to check the filesize and length of the filename before the insertion of the record (possibly even before it goes to tmp folder??) and if the filesize / filename length exceeds certain limit then generate an error message (and/or clear the field??).
Would be helpful if someone had some suggestion.
Thanks!