Hello, Im trying to learn Naviserver, but got stuck with file upload, and cant figured it out. Can you please provide some practical example how to access and save uploaded file to folder in server. For example: ======
====== So in this case how proc to save files should look like? Why [ns_conn files] not returning values? ====== proc save_files {} { set r [ns_conn form] set f1 [ns_set get $r f1] set f2 [ns_set get $r f2] set f3 [ns_set get $r f3] ?????????? } ====== Thank you. Sorry for dumb questions. <>Naviserver