msg changes
authorArt Cancro <ajc@citadel.org>
Tue, 5 Jan 1999 04:50:05 +0000 (04:50 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 5 Jan 1999 04:50:05 +0000 (04:50 +0000)
webcit/graphics.c

index c2e6cb8ee6e5d7d796efa9b4e1d4d6915d5ffcd6..e92af89b1bae26f87a4499604de67ecc46f7db02 100644 (file)
@@ -29,6 +29,11 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl) {
        wprintf("<CENTER>\n");
 
        wprintf("<FORM ENCTYPE=\"multipart/form-data\" ACTION=\"%s&which_room=%s\" METHOD=\"POST\">\n", uplurl, bstr("which_room"));
+       
+       wprintf("You can upload any image directly from your computer,\n");
+       wprintf("as long as it is in GIF format (JPEG, PNG, etc. won't\n");
+       wprintf("work).<BR><BR>\n");
+
        wprintf("Please select a file to upload:<BR>\n");
         wprintf("<INPUT TYPE=\"FILE\" NAME=\"filename\" SIZE=\"35\">\n");
        wprintf("<BR>");