[Migrated content. Thread originally posted on 08 October 2009]
How can I upload a file with a cobol program cgi apache web server?I have tried using this template:
File Name
Using standard ACCEPT or C$GETCGI, "GET" or "POST" action, I'm able only to retrieve "filename" value, not its content.
I tried also reading standard input /dev/stdin inside cobol but no data back.
I'm missing something?



