Reply to Re: Is it possible

Re: Is it possible new!
by colin, 11 years, 3 months ago
You need to do that on the client side, although you will need to trust the client.

On traditional upload forms, you can use MAX_FILE_SIZE:
< input type="hidden" name="MAX_FILE_SIZE" value="500" />

But if you use XMLHttpRequest (the last version of the class supports this), you can check the size via JS.Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important