Forum OpenACS Q&A: Response to Announce: Large File Upload Module Released!

Collapse
Posted by Kevin Rogers on
Carl-

In the /civ-upload/www/civupload/civupload.html file, you give the heirarchy of the tcl function calls. The top two funcitons are listed as:

civ_set_the_usual_form_variables  - This is the one you call at the top of the tcl file that expects to receive the massive upload. This calls civ_ns_getform
civ_ns_queryget


However, neither of these functions are present in the /civ-upload/tcl/civ-upload.tcl file.

Should I test this on my server by using civ_ns_getform{} instead of civ_set_the_usual_form_variables ?

thanks for putting this up!