Beispiel #1
0
#!python

import cgi
form=cgi.FiledStorage()
linkId=form["linkId"].value

os.remove('data\'+linkId)

print("Location:index.py")
print()
Beispiel #2
0
def main():
    form = cgi.FiledStorage()
    pos = form.getValue("pos", "")
    print("Content-type:text/html\n")
    print("<html><body></body></html>")