From 92d34ee689666776fa7fb1c583d72ffa72d7471d Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Thu, 16 Jan 2025 16:22:47 -0800 Subject: [PATCH] updated TOTO. --- TODO.txt | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/TODO.txt b/TODO.txt index e7907e5..9ee06f2 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,11 +1,16 @@ +FEATURE LIST + 1) Allow keyword variables to be resolved with a ';resolve' modifier. -3) Create a method to upload a file directly to a file name to bypass -buffering on large files. -5) Call tag is acting wierd. Look at testcall.jet. -6) Create a tag for uploading of URL data to a specific file instead -of buffering in an internal variable. Use . See testcgi.jet -7) For CGI image and other mime type fields you should be able to get +2) Create a tag for uploading of URL data to a specific file instead +of buffering in an internal variable. Use . See testpost.jet. +3) For CGI image and other mime type fields you should be able to get file name and content length from variable. $[data(filename)] and $[data(length)] possibly. -8) +4) + +BUG LIST + +1) Call tag is acting wierd. Look at testcall.jet. +2) Fix the variable retriever to perform all variable translation +before fetching value processing.