I want to create an option for date entry in file-storage which can
accept dates prior to the current date. My problem is that the
upload-new-2.tcl does not accept the date variable sent by
upload-new-1.tcl. It gives an error "can't read variable
creation_date". How can i pass the value of creation_date from
upload-new-1.tcl to upload-new-2.tcl so that the date can be stuffed?