Hi Guys,
I have a project right now that need a file upload. Can Marketo form have a file upload?
Thanks!
Solved! Go to Solution.
A few discussions:
https://nation.marketo.com/t5/product-discussions/upload-care-marketo-forms/m-p/313415#M177021
Demo form with Forms 2.0 JS integration code:
Have you searched? We've discussed this a few times and demoed the hard/hacky version (uploading Base64-encoding images to a Textarea field) and the easy/recommended version (plugging UploadCare into the Marketo form)..
Yes, I read on some post that to use a third party but I didn't see what's the name of that third party.
Anyway Thanks!
UploadCare.
I am unable to find the thread with these instructions. Can you please point me to it?
A few discussions:
https://nation.marketo.com/t5/product-discussions/upload-care-marketo-forms/m-p/313415#M177021
Demo form with Forms 2.0 JS integration code:
Sendsafely is another third party solution through which you can integrate single/multiple file upload functionality into your Marketo form. However, if you go with the third party API solution then the actual file will be uploaded to the third party server and you will only have uploaded file URL in the lead field.
If you want to upload and keep uploaded files in the Marketo then this can be done using Marketo Rest API.