cwbmuller
Store the full file upload URL not just the filesystem extension
@toeknee_iom Storing the full path URL so that the asset can be accessed in various places without having to remember which filesystem it was uploaded to?
Ie: the record column includes the asset url instead of an abstracted filename of a specific filesystem. Not sure if i'm explaining myself well 😅
11 replies
Store the full file upload URL not just the filesystem extension
For example the form is storing
sEyBoG7HX4s5iqW2W4EXofWTx35cko-metaU2NyZWVuc2hvdCAyMDIzLTA4LTExIGF0IDE0LjU5LjE5LnBuZw==-.png
But I want the full url stored eg: https://{aws_url}sEyBoG7HX4s5iqW2W4EXofWTx35cko-metaU2NyZWVuc2hvdCAyMDIzLTA4LTExIGF0IDE0LjU5LjE5LnBuZw==-.png
11 replies