JetCore/TODO.txt
2025-01-16 16:22:47 -08:00

17 lines
554 B
Plaintext

FEATURE LIST
1) Allow keyword variables to be resolved with a ';resolve' modifier.
2) Create a tag for uploading of URL data to a specific file instead
of buffering in an internal variable. Use <upload />. 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.
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.