| Title: | File Upload |
| Date: | 07/12/03 8 Posts |
| Summary: | After you post a form that includes INPUT TYPE="file," you can determine the file's size by referencing CGI.content_length. |
| Title: | How Do You? |
| Date: | 07/12/03 5 Posts |
| Summary: | How can you force a page to refresh every five minutes? You can use the JavaScript setTimeOut() function or <META HTTP-EQUIV="Refresh" CONTENT="300;URL=#cgi.script_name#">. |
| Title: | Cgi.script_name |
| Date: | 07/13/03 4 Posts |
| Summary: | How would you strip all characters in cgi.script_name after the last forward slash? getdirectoryfrompath(cgi.script_name) |