This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
debug
master
Pascal Gloor
5 years ago
parent
3615c460f3
commit
b5668f9491
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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");
Write
Preview
Loading…
Cancel
Save