updated TOTO.

This commit is contained in:
Brad Arant 2025-01-16 16:22:47 -08:00
parent c11d5abcd0
commit 92d34ee689

View File

@ -1,11 +1,16 @@
FEATURE LIST
1) Allow keyword variables to be resolved with a ';resolve' modifier. 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 2) Create a tag for uploading of URL data to a specific file instead
buffering on large files. of buffering in an internal variable. Use <upload />. See testpost.jet.
5) Call tag is acting wierd. Look at testcall.jet. 3) For CGI image and other mime type fields you should be able to get
6) Create a tag for uploading of URL data to a specific file instead
of buffering in an internal variable. Use <upload />. See testcgi.jet
7) For CGI image and other mime type fields you should be able to get
file name and content length from variable. $[data(filename)] and file name and content length from variable. $[data(filename)] and
$[data(length)] possibly. $[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.