hallo,
I did a form that uploads three files, saves in db and sends two emails.
email events are put on "on success" of the upload file event.
I tried to check min & max file dimension constraint. If I upload a file bigger than max dimension allowed, it goes on "fail", and that's ok.
If I try to upload files that are smaller than the minimum required size, i get the "fail" event, but the form keeps doing all the rest of the "success" event related to the upload size. So it sends email (with none of the smaller files), and saves in the database.
Does anyone discovered this?
using cf v4 on joomla 1.5.2x
I did a form that uploads three files, saves in db and sends two emails.
email events are put on "on success" of the upload file event.
I tried to check min & max file dimension constraint. If I upload a file bigger than max dimension allowed, it goes on "fail", and that's ok.
If I try to upload files that are smaller than the minimum required size, i get the "fail" event, but the form keeps doing all the rest of the "success" event related to the upload size. So it sends email (with none of the smaller files), and saves in the database.
Does anyone discovered this?
using cf v4 on joomla 1.5.2x