I have a problem with upload file in my form. How can I setting the validation server for my file upload file field so that it appears an alert if I upload over 10 megabyte files????
The problem is that the limit size of each files is 500 KB but if I upload a file of 10 megabyte (the limit of my server is 8 megabyte) the form it works and email arrive without attachments!!!!
Isnt it a bug????
I put this cose in no-empty field: [file_upload1], [file_upload2],[file_upload3], [file_upload4],[file_upload5], [file_upload6],[file_upload7], [file_upload8],[file_upload9], [file_upload10],[file_upload11], [file_upload12],[file_upload13], [file_upload14]: error message
but with this code even with 50 KB files size it apperas the error message!!!!!
The problem is that the limit size of each files is 500 KB but if I upload a file of 10 megabyte (the limit of my server is 8 megabyte) the form it works and email arrive without attachments!!!!
Isnt it a bug????
I put this cose in no-empty field: [file_upload1], [file_upload2],[file_upload3], [file_upload4],[file_upload5], [file_upload6],[file_upload7], [file_upload8],[file_upload9], [file_upload10],[file_upload11], [file_upload12],[file_upload13], [file_upload14]: error message
but with this code even with 50 KB files size it apperas the error message!!!!!