airesvsg / acf-to-rest-api

Exposes Advanced Custom Fields Endpoints in the WordPress REST API
https://wordpress.org/plugins/acf-to-rest-api/
1.33k stars 111 forks source link

How Can I Send a JSON File To A ACF File Field? #320

Open mrisso opened 4 years ago

mrisso commented 4 years ago

Hi, I need to upload a JSON file to a File Field created in ACF. I cannot upload the file through the media route, since it isn't a media file (image, etc.).

Is there a way that I can do this? Tried using buffers inside the acf fields but it didn't work. Any ideas?

ServiceSector commented 3 years ago

Also stumped on this issue