I have a form which has max size limit for attachment when user tries to upload is 10MB ( in my Case). When i try to upload more than that CI redirecting to the form with error message “select a file to upload”. But i want error message like this “upload a file which is lesser size than 10MB”. How should i over write that error message.
Note: I am using CodeIgniter file upload class entirely……….
In
system/languagedirectory, there is file namedupload_lang.php. You can modify error messages from there.