From 7bfa9c64fb9d9f7885c0d64dd9a92bb8215eb4b4 Mon Sep 17 00:00:00 2001
From: Loose Cannon <Lcstyle@Gmail.com>
Date: Fri, 26 Sep 2014 17:02:14 -0400
Subject: [PATCH] 1901 - Fix Welcome Page

Solution was very simple to implement, no content disposition header was
necessary.
Tested with both Firefox and Chrome, using binary image file stored in
folder, as well as with text data using LIT cap.
---
 src/allmydata/web/welcome.xhtml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/allmydata/web/welcome.xhtml b/src/allmydata/web/welcome.xhtml
index 492b4ed5..bcfa3d04 100644
--- a/src/allmydata/web/welcome.xhtml
+++ b/src/allmydata/web/welcome.xhtml
@@ -59,6 +59,7 @@
                   Filename
                   <input type="text" name="filename" />
                 </label>
+                <input type="hidden" name="save" value="true"/>
                 <p><input type="submit" class="btn" value="Download File &#187;" /></p>
               </form>
             </div>
-- 
2.45.2