Title: Attachments
Last modified: August 21, 2016

---

# Attachments

 *  [WalkerWakaWaka](https://wordpress.org/support/users/walkerwakawaka/)
 * (@walkerwakawaka)
 * [12 years ago](https://wordpress.org/support/topic/attachments-16/)
 * Is it possible for attachments posted from GF to be passed through Forms: 3rd-
   Party Integration so that they are available on the other end of the submission
   URL?
 * I am posting my data from GF through your plugin to a PHP file we created which
   generates a properly formatted email to Wrike. I need to have access to files
   attached to GF but I cannot seem to find a way with your form. Is there a way?
   
   Thanks!
 * [https://wordpress.org/plugins/forms-3rdparty-integration/](https://wordpress.org/plugins/forms-3rdparty-integration/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [12 years ago](https://wordpress.org/support/topic/attachments-16/#post-4955641)
 * The plugin uses [`wp_remote_post`](http://codex.wordpress.org/Function_Reference/wp_remote_post),
   which according to [this answer](http://wordpress.stackexchange.com/questions/30162/upload-to-a-remote-server-using-wp-remote-post)
   doesn’t support sending files, but [according to this hack](http://lists.automattic.com/pipermail/wp-hackers/2013-January/045105.html)
   you can use it if you build the entire HTTP post.
 * Since it should work with the regular `curl`, you could [use hook #5](https://github.com/zaus/forms-3rdparty-integration#hooks)
   to bypass the (what was supposed to be more WordPress-y) `wp_remote_post` and
   use `curl` instead; note that you’d have to format the returned response to match
   the array normally returned by `wp_remote_post`.
 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [12 years ago](https://wordpress.org/support/topic/attachments-16/#post-4955642)
 * Noticed this is a somewhat duplicate of [http://wordpress.org/support/topic/mapping-a-file-field](http://wordpress.org/support/topic/mapping-a-file-field)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Attachments’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/forms-3rdparty-integration.svg)
 * [Forms: 3rd-Party Integration](https://wordpress.org/plugins/forms-3rdparty-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forms-3rdparty-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forms-3rdparty-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forms-3rdparty-integration/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [zaus](https://wordpress.org/support/users/zaus/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/attachments-16/#post-4955642)
 * Status: not resolved