| Title: | How to Use ExpandPath |
| Date: | 06/11/03 10 Posts |
| Summary: | The ExpandPath function returns a full path after resolving a relative path to the base template. In contrast, GetCurrentTemplate resolves a relative path to the current template. Consider setting frequently used file paths in Application.cfm for use throughout your application. |
| Title: | Prevent Refresh |
| Date: | 06/11/03 22 Posts |
| Summary: | How can you prevent multiple database entries upon form submission if a user hits BACK or REFRESH? Although the easiest solution is to redirect the user away from the action page via CFLOCATION, this thread contains several other interesting suggestions. |
| Title: | CFFILE Upload Max File Size? |
| Date: | 06/11/03 9 Posts |
| Summary: | CFFILE uploads are limited only by server memory...unless the web server is IIS. "There is a bug in IIS that limits the file upload size" to 4 megs on a 100mbit line. The workaround, in this case, is to use COM. |