Creating download links from previously uploaded files

2016-02-08 Thread TMurNGon
Hi Dan, I am trying to create an 'attachments' section for some pages. The uploading of files works well, but I can't quite figure out how to create a proper download mechanism for the files. I have tried: [[[^filename^]|download]] But i get a 404 error when clicking on the link or trying to

Passwords

2016-02-08 Thread TMurNGon
Hi Dan, I notice that passwords are not being hashed, but rather stored as plain text in member pages. Have I neglected some setting? Thanks. Jan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving

Re: Passwords

2016-02-08 Thread TMurNGon
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 wrote: > > When you create the site (using start.php), you have the option to add > encryption or not. > > To turn it on, you

Multipart Upload File Names

2016-02-08 Thread TMurNGon
Hi Dan, In order to prevent uploaded files with the same name from becoming overwritten/mixed up I want to prepend a unique value to the file (eg. {now}.filename.jpg). It would seem however that the upload action fails whenever the file name contains more than one '.' For example

Re: Multipart Upload File Names

2016-02-08 Thread TMurNGon
Just to clarify: I assign the new name via the 'name' parameter of the upload command. For example: [command upload name={now}.{=upload}] where =upload is the name of the file field On Tuesday, 9 February 2016 09:11:41 UTC+2, TMurNGon wrote: > > Hi Dan, > > In order to prevent uploaded files

Re: Creating download links from previously uploaded files

2016-02-08 Thread TMurNGon
Thanks Dan. 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, Feb 8, 2016 at 3:37 AM TMurNGon > wrote: > >> Hi Dan, >> >> I am trying to create an 'attachments'

Re: Passwords

2016-02-08 Thread TMurNGon
Aha, thought I was doing something wrong. Thanks. On Monday, 8 February 2016 15:51:20 UTC+2, Dan wrote: > > When you create the site (using start.php), you have the option to add > encryption or not. > > To turn it on, you set $BOLTcrypt = 'randomvalue'; in index.php before > calling BoltWire.

Re: Creating download links from previously uploaded files

2016-02-08 Thread The Editor
It should just be [^filename.pdf label='download'^]. Add dir=docs if it is in files/docs. On Mon, Feb 8, 2016 at 3:37 AM TMurNGon wrote: > Hi Dan, > > I am trying to create an 'attachments' section for some pages. > The uploading of files works well, but I can't quite figure

Re: Passwords

2016-02-08 Thread The Editor
When you create the site (using start.php), you have the option to add encryption or not. To turn it on, you set $BOLTcrypt = 'randomvalue'; in index.php before calling BoltWire. This will invalidate all your existing password. You could conceivably write a custom script to encrypt all your