by Dina Hess
| Title: | Parse Formatted List | |
| Date: | 07/03/03 5 Posts | |
| Summary: | When testing to see if a value is contained in a list of elements, remember that ListFind() looks at the entire list element while ListContains() looks for a substring within a list element. | |
| Title: | Unnecessary jsessionid in the Url | |
| Date: | 07/03/03 5 Posts | |
| Summary: | To work around a CFMX bug that appends the jsessionid to a URL, use META tags rather than CFLOCATION:
| |
| Title: | Limit to How Much Form Data Can Be Submitted? | |
| Date: | 07/03/03 5 Posts | |
| Summary: | If a form is posted to an action page, there is effectively no limit to the amount of data that can be sent. This thread also includes somes discussion about storing files in the database rather than file links. | |