Low Variables - file upload for https
Is it possible for a select files upload variable type to output a path with https? Seems to be pulling just http.
Thank you!
Is it possible for a select files upload variable type to output a path with https? Seems to be pulling just http.
Thank you!
Replies
Andrew Armitage 1 Apr 2016 16:55
Should have said - we're using 2.5.0 on EE 2.9.2.
Low 2 Apr 2016 06:57
That variable type uses the protocol defined in the upload destination preferences. If you change it there, the output should be https as well. Or use a relative path.
Note that if you change the upload preferences like that, you will need to re-save the Select Files variables. The full path is saved for performance reasons, and is not automatically updated when upload folder settings change.
Andrew Armitage 4 Apr 2016 14:45
Ah thanks Low. The path was set correctly - I just needed to re-save the variable.