Dear web2py folks, I am trying to force the download of a a file named 'allLists.xls.enc'. using '?attachment' after the URL.
I am getting similar errors from Firefox and Opera: "Firefox doesn't know how to open this address, because the protocol (e) isn't associated with any program." Here is the HTML source for the URL. <a href="E:\web2py\applications\scramble\private\allLists.xls.enc? attachment">allLists.xls.enc</a> I don't want Firefox or Opera to open the file I just want the file to download. Does anyone have any ideas? Thanks in advance. Love and peace, Joe

