[phorm] [Phorm:] validation rule for file upload

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 31 Mar 2004 08:38:03 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#3930) validation rule for file upload 
            <http://www.phorm.com/support/?rev=3930> 
  AUTHOR:   dean 
  DATE:     March 31, 2004 at 3:38 a.m. EST 

my form has the ability to be able to upload up to 10 files at a time. what im 
trying to do is if a file is uploaded in "PHORM_FILE01" "File_1_6x8" should be 
above 0 or "File_1_8x12" should be above 0 or "File_1_12x18" should be above 0 

I tried this: 
REQ·(PHORM_FILE01 != "")»((File_1_6x8 > "0")||(File_1_8x12 > 
"0")||(File_1_12x18 > "0"))»1 
but it dont work 
any ideas would be greatful 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] validation rule for file upload