Feature Request: Add Support for Remote Image URLs Without Downloading #8069
TomoyaKuroda
started this conversation in
Feature Requests & Ideas
Replies: 2 comments
-
+1 on this. Think it would be a great feature. At the moment I'm using a collection without an upload attached to it but it's becoming cumbersome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related conversation: https://discord.com/channels/967097582721572934/967097582721572937/1292936899283128461 I think the main thing is how we send the original URL to the server. Currently there is no path that is sent via the upload request when a user pastes an image from a URL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
PayloadCMS currently allows users to download an image from a URL and use it in the CMS. However, I'd like to request a feature where we can specify a remote image URL and use it directly without downloading the file to the local server.
This would be especially useful for scenarios where the CMS is deployed on platforms like Vercel, which do not support file uploads. By allowing remote image URLs, we could utilize external storage or image hosting services without the need to store images locally.
Use Case:
Proposed Solution:
Add an option to the existing media upload functionality to accept remote image URLs that are not downloaded but used directly as references. This could be implemented by:
Benefits:
Possible Concerns:
Thank you for considering this feature request! I believe it will enhance the flexibility of PayloadCMS, especially for deployments on modern serverless hosting solutions.
Beta Was this translation helpful? Give feedback.
All reactions