I want to create an app using Shopify Remix and GraphQL. In the app, there will be an option to choose a file, and next to it, a button to upload the file. When the “Upload File” button is clicked, the selected image should be uploaded directly to Shopify’s content files. How can I achieve this?
Topic summary
Goal: build a Shopify app (using Shopify Remix and GraphQL) with a file picker and an “Upload File” button that sends the selected image directly into the store’s content files (Shopify Admin > Content > Files).
Context: Shopify Remix is a framework for building Shopify apps with Remix; GraphQL refers to Shopify’s Admin API query language; “content files” are the merchant-accessible media/files stored in Shopify.
Request: guidance on the implementation approach for uploading an image from the app UI straight to Shopify’s Files.
Status: no answers or solutions provided; the question remains open with no action items or decisions.
Notes: the upload workflow and image handling are central to the thread; no code samples or attachments were shared.