We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When uploading, include record information, such as the resource ID. This is because it can be utilized to generate a URL when uploading a file.
upload: async (buffer, infos, context) => { console.log(context.resourceId); return "https://raw.githubusercontent.com/premieroctet/next-admin/33fcd755a34f1ec5ad53ca8e293029528af814ca/apps/example/public/assets/logo.svg"; },
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
When uploading, include record information, such as the resource ID.
This is because it can be utilized to generate a URL when uploading a file.
Basic Example
Drawbacks
No response
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: