How to LIMIT the file size sent on my FILE FIELD?
I am created an online form using Dreamweaver CS5.
I have the form created, and the last item within the form is a FILE FIELD, which will enable people to send/attach a photo with their online form submission.
Adding the file field is obviously as simple as clicking on a button within Dreamweaver, but I would like to limit the FILE SIZE that people are allowed to send to 1 Megabyte.
How do I do that within Dreamweaver?
I have read that adding this line within a PHP form created from scratch does it.... but as I am not creating a PHP form from scratch (as in all hand coded without help from Dreamweaver) is there a way around it?
$max_file_size = 10000;
Thank you all in advance for any help or advice.
