Browse Source

debug

master
Pascal Gloor 5 years ago
parent
commit
b5668f9491
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      cgi/autodoc.fcgi

+ 1
- 0
cgi/autodoc.fcgi View File

@@ -278,6 +278,7 @@ sub api_v1_POST_documents_id_data {
open(TMP,">/tmp/upload.meta");
print TMP $post->{ctype} . "\n";
print TMP $post->{len} . "\n";
print TMP Dumper(\%ENV);
close(TMP);

open(TMP,">/tmp/upload.data");

Loading…
Cancel
Save