Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-b1
-
Component/s: None
-
Labels:None
Description
Currently, files are downloaded by accessing a URL that contains the file upload id, something like "blesta.com/plugin/download_manager/client_main/download/1/generic_profile.jpg".
There may be circumstances were we want to have a download URL that can be used to download different files at various times. For example, with our Blesta releases, we may want to have a URL "account.blesta.com/plugin/download_manager/client_main/download/latest_release" which we would always want to point to the stable release of Blesta.
Needs more thought
In order to achieve that, let's create a new entity called a Stable URL to which we can assign any given uploaded file. We'll need a new database table and management interface.