How to add downloads?
Posted: 29 Jan 2015, 08:56
Hey Karl!
First off all i wanna thank u for the great work so far.
I really like the Software a lot, even it is a beta-Version.
Now to my question....
In my blog i want to add downloads, like Lightroom Presets or Photoshop Actions.
As i can not upload it with the internal uploader i have to upload it via ftp, what is no problem at all.
But if i wanna post a link to the file like:
or
it always gives me an 404 error "Page not found".
Why "Page not found"? At first it should be "File not found" and at least it should download the file, as the link to the file is definitely correct.
So as i can“t get it to work internally, i decided to link the file using my Google Drive Account for now.
Any idea of how i can get work internally or is there something i did wrong?
Regrads, Marc
First off all i wanna thank u for the great work so far.
I really like the Software a lot, even it is a beta-Version.
Now to my question....
In my blog i want to add downloads, like Lightroom Presets or Photoshop Actions.
As i can not upload it with the internal uploader i have to upload it via ftp, what is no problem at all.
But if i wanna post a link to the file like:
Code
<a href="http://www.adomain.com/blog/Downloads/StartPreset/Start.lrtemplate" download="Start.lrtemplate">Here is the file</a>Code
<a href="/blog/Downloads/StartPreset/Start.lrtemplate" download="Start.lrtemplate">Here is the file</a>Why "Page not found"? At first it should be "File not found" and at least it should download the file, as the link to the file is definitely correct.
So as i can“t get it to work internally, i decided to link the file using my Google Drive Account for now.
Any idea of how i can get work internally or is there something i did wrong?
Regrads, Marc