UploadThing > other file storage??

Obviously I’ll have the greatest speed for including the file in the project directly, but let’s say for developing a project for a client who may want to update their logo at any time, is there any benefit to using upload thing verses another file upload service’s url? Speed/security?…
1 Reply
Kasper
Kasper6mo ago
Changing a logo on a site isn't really about which file uploader, but rather about how you do it. You would need a file uploader to upload the new logo. You would need a place to store the new URL for the new logo that can be updated dynamically, so maybe a DB? How would you handle it if the new logo is a different size? How would you make the uploader only accessible to the owner of the site, and not everyone? Making it this complex is most likely overkill, so IMO you should just upload the logo to the project files, and then change it manually if needed.
Want results from more Discord servers?
Add your server