<#3317 Support uploading files to Flyte blob store...
# flyte-github
a
#3317 Support uploading files to Flyte blob store in the Flyte Console launch form Issue created by cosmicBboy There isnt a straightforward way of uploading data/artifacts (e.g. models) to Flyte blob store without writing a task, registering it, executing it. Assumption: As a user, I've registered a workflow that has a
FlyteFile
as an input. When I go to the launch form on the Flyte UI to execute a workflow, currently I need to reference a specific URI string (e.g. S3 path) pointing to a file that I want to use as input. As a user, I want the option to upload a file from my local computer as part of the launchform UI so that I don't have to manually upload an s3 file and point the workflow to it. Comps: comps: Launch Plan File upload flyteorg/flyte