I have a Zap that connects Typeform to Wordpress.
In my Typeform form I have a field in which I let users upload a file, ideally image or video, but could be a ZIP too.
In my Zap there is a step that uploads this submitted media to Wordpress. In this step I have to specify “filename” and “file”. The “filename” part is the problematic one:
- If I don’t add an extension to the filename, the Zap will fail with the message: “Fault (code 500) occurred. Message: Could not write file xyz (Sorry, this file type is not permitted for security reasons.)”
- If I add an extension to the filename (e.g. jpg) it will work BUT it will not be the correct filename for a lot of submitted files (causing problems later in Wordpress)
Has anybody had a similar problem? Is there a solution?
Many thanks in advance!