diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/pkgsubmit.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index ed2fb08..9ef2737 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -67,6 +67,11 @@ if ($_COOKIE["AURSID"]) { # can only add/change packages in Unsupported. # + #Before processing, make sure we even have a file + # + if ($_FILES['pfile']['size'] == 0){ + $error = __("Error - No file uploaded"); + } if (!$error) { # no errors checking upload permissions, go ahead and try to process |