This may not be a question about Safecracker as much as it is about ExpressionEngine, but I’m wondering if there is a way for a Safecracker form to give error messages if the php values for post_max_size or upload_max_filesize are exceeded? Right now, I have a form where users are submitting some pretty large files. I have the post_max_size set to 30M and the upload_max_filesize set to 15M (there are two upload file fields on the form). If the user attempts to submit a form with files that exceed these limits, it just reloads the form page, with all the previously entered information removed. It doesn’t give any sort of error message or clue that the form wasn’t uploaded. Is it possible to have an error message for these types of errors?
Thanks for your help!