Getting file from webflow form upload

I’m looking to get a file from a webflow file upload form submission. I’m gathering form fields through a custom webhook. When the image field comes over, it’s not a URL, but rather just the name of the image. i.e. “image.png”

Not really anything I can do with that as far as I’m aware.

I believe this is something that needs to be configured on the Webflow end as I am not sure as the data that you are getting from Webflow is dedicated to how you configured the file submission.

Beside this, i believe Webflow stores the file somewhere, maybe what you can do is figure out the storage URL and see if you can use the Hero Image Name that you are getting in webhook to download the file.

1 Like

Thank you for the response! I ended up using uploadcare to solve the issue as I never found the file in webflow.