Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e3783cd3
Commit
e3783cd3
authored
Jun 03, 2004
by
Leigh B. Stoller
Browse files
Increase maxfilesize for NS files from 50K to 500K.
parent
b2b26482
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/beginexp_form.php3
View file @
e3783cd3
...
...
@@ -377,7 +377,7 @@ function SPITFORM($formfields, $errors)
<td class='pad4'>Upload<br>
<font size='-1'>(50k max)</font></td>
<td class='pad4'>
<input type=hidden name=MAX_FILE_SIZE value=51200>
<input type=hidden name=MAX_FILE_SIZE value=51200
0
>
<input type=file
name=exp_nsfile
value=
\"
"
.
$formfields
[
exp_nsfile
]
.
"
\"
...
...
www/nscheck_form.php3
View file @
e3783cd3
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -47,7 +47,7 @@ echo "<tr>
</center></td>
<td rowspan>
<input type=
\"
hidden
\"
name=
\"
MAX_FILE_SIZE
\"
value=
\"
51200
\"
>
<input type=
\"
hidden
\"
name=
\"
MAX_FILE_SIZE
\"
value=
\"
51200
0
\"
>
<input type=
\"
file
\"
name=
\"
exp_nsfile
\"
size=
\"
30
\"
>
<br>
<br>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment