Need help with custom attach files restricting size and dimensions
This thread is closed, so you cannot post a reply.
Comments on Need help with custom attach files
Nothing is impossible...
Usergroup: Customer
Joined: Aug 07, 2006
Location: Tampa, Florida
Total Topics: 36
Total Comments: 91
I have set up two custom file attachment fields for links, using your code at
www.webmastersite.net/forum...orums/comments.php?id=5732
•Paul
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
It'll use the generic limits set in the admin panel, there's no way to set different limits for specific fields.
Nothing is impossible...
Usergroup: Customer
Joined: Aug 07, 2006
Location: Tampa, Florida
Total Topics: 36
Total Comments: 91
Is there a way to validate the form field as it's being submitted - a way to check {CUSTOMATTACHKB} or {CUSTOMATTACHWIDTH} against the file being uploaded?
Thanks!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I don't see how. The only way to add distinct custom field checks would be to rewrite the PHP to include such features.