]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Removed the last couple of places where forms were submitted using
[citadel.git] / webcit / webcit.c
index 6c29b38e08949234851850d23811aff9e80e7736..3dc05c5fd969c8d559104c3b6060a0bd9f0dd4da 100644 (file)
@@ -822,6 +822,9 @@ void upload_handler(char *name, char *filename, char *partnum, char *disp,
 {
        struct urlcontent *u;
 
+       lprintf(9, "upload_handler() name=%s, type=%s, len=%d\n",
+               name, cbtype, length);
+
        /* Form fields */
        if ( (length > 0) && (strlen(cbtype) == 0) ) {
                u = (struct urlcontent *) malloc(sizeof(struct urlcontent));