Is it possible to pre-populate a file upload field?
I have an gravity forms manage a profile with lots of custom fields by having an 'edit profile' that goes is pre-populated with the info, then after submission runs update_post_meta on all the fields. I have a file upload box for the profile photo, and it works with updating the custom profile photo field, but it can't pre-populate with it--so every time a user updates their profile they need to re-upload the photo. Is there a way to pre-populate file uploads?