From 56c1d0f9f3a38b23883d28d1af14a10be4e2448c Mon Sep 17 00:00:00 2001 From: "Ryan@fsunuc" Date: Fri, 9 Dec 2022 18:31:19 -0500 Subject: [PATCH] reduce the upload file size to be 10k, add instruction.html and simpleSim.html --- Simulation_gateway.py | 2 +- index.html | 18 +++----- instruction.html | 14 ++++++ simpleSim.html | 102 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 13 deletions(-) create mode 100644 instruction.html create mode 100644 simpleSim.html diff --git a/Simulation_gateway.py b/Simulation_gateway.py index 40e2d6d..98d63b6 100755 --- a/Simulation_gateway.py +++ b/Simulation_gateway.py @@ -6,7 +6,7 @@ import subprocess cgitb.enable() -cgi.maxlen=1024 * 1024 +cgi.maxlen=10 * 1024 form = cgi.FieldStorage() diff --git a/index.html b/index.html index bf3bb57..f3353fe 100644 --- a/index.html +++ b/index.html @@ -54,17 +54,7 @@