logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Niel Revelle on Mon 8 Mar 2004 in response to Controlling the Size of Uploaded Files

Re: Content_Length

I didn't try this sooner because I would have thought someone else would have
already tested it. Just use the following for a validation formula on an
editable field:


@If(@AttachmentLengths>1024;@Failure("Too big");@Success);