Re: Creating download links from previously uploaded files

2016-02-09 Thread TMurNGon
Is there any way of simply displaying a link to a picture (jpg, png, etc) without actually having the picture render on the page? On Monday, 8 February 2016 15:49:00 UTC+2, Dan wrote: > > It should just be [^filename.pdf label='download'^]. Add dir=docs if it is > in files/docs. > > On Mon,

Re: Creating download links from previously uploaded files

2016-02-09 Thread TMurNGon
Never mind - figured it out: Just create a normal link and use {files} as a prefix. [[{files}/image.jpg|Image name|target=blank]] On Tuesday, 9 February 2016 10:52:32 UTC+2, TMurNGon wrote: > > Is there any way of simply displaying a link to a picture (jpg, png, etc) > without actually

Re: Passwords

2016-02-09 Thread The Editor
Correct, $cryptkey. Sorry about that. On Tue, Feb 9, 2016 at 12:10 AM TMurNGon wrote: > Thanks that worked. > It would seem though that it should be: > $cryptkey = 'randomvalue'; > not > $BOLTcrypt = 'randomvalue'; > > > > On Monday, 8 February 2016 15:51:20 UTC+2, Dan

Re: Multipart Upload File Names

2016-02-09 Thread The Editor
Try putting [messages] on the page and see what error message your are getting. I've looked at the code and it does seem to allow multiple dots in the new upload page name. Haven't run a test scenario though. Another suggestion might be to try using a hyphen or underscore instead of the dot. But