I cannot see my file in my email after form submission

Hello everyone,

I’m currently working on a registration form where users can upload files. I’ve implemented HTML for file uploads, and everything seems to work fine on the frontend. However, when I receive form submissions via email, I only see the file names listed, not the actual files attached.

share your attempted code for this submit action, and any other info that you would find important for to debug this issue, thanks and happy coding :slight_smile:

Where are the files being uploaded to?

in a registration form so that I can see it in my email

it has to be uploaded in my my email. but the only thing i see there is the name of the file and the type of the extension. but i cannot see my file

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.