File Upload in WeChat Mini Program with CloudBase Cloud Storage
Use wx.chooseMedia to select media, upload to Cloud Storage via @cloudbase/js-sdk's uploadFile, store the fileID in the database, and render with getTempFileURL. Covers cloudPath naming, Temporary URL caching, and Security Rules.