diff options
| author | ziejd2 | 2021-03-09 13:04:35 -0600 |
|---|---|---|
| committer | GitHub | 2021-03-09 13:04:35 -0600 |
| commit | a851b0747233cbae9484c4445b0d035434e227df (patch) | |
| tree | 1f62d16035ebd050da9d0784fe8432c9c7737ac7 /sourcecodes | |
| parent | f39cd7ba681262de5658cfe7b9b0d46c6000b4fa (diff) | |
| download | BNW-a851b0747233cbae9484c4445b0d035434e227df.tar.gz | |
Update upload_structure_file.php
Diffstat (limited to 'sourcecodes')
| -rw-r--r-- | sourcecodes/upload_structure_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/upload_structure_file.php b/sourcecodes/upload_structure_file.php index 35758533..ec301431 100644 --- a/sourcecodes/upload_structure_file.php +++ b/sourcecodes/upload_structure_file.php @@ -70,7 +70,7 @@ if(isset($_POST["MyUpload"])) { if($TextFile!="") { - $sta=move_uploaded_file($HTTP_POST_FILES['MyFile']['tmp_name'],$TextinFile); + $sta=move_uploaded_file($_FILES['MyFile']['tmp_name'],$TextinFile); if(!$sta) { echo "<script type='text/javascript'> window.alert ('Sorry, error uploading $TextFile.')</script>"; |
