Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multipart/form-data form FILE for action #11

Open
gabrielstuff opened this issue May 7, 2017 · 1 comment
Open

Support multipart/form-data form FILE for action #11

gabrielstuff opened this issue May 7, 2017 · 1 comment

Comments

@gabrielstuff
Copy link
Member

Currently the action mandrill only support same machine file sharing or URL.

This means that you either:

  • share the same folder + authorization
  • create a static server to share the file you want to share

What would be is, is to be able to :

  • push binary content directly
  • send FILE in the POST

thanks !

@gabrielstuff
Copy link
Member Author

It appears that socialite-v0 support file, see: https://github.com/soixantecircuits/altruist/blob/master/actions/socialite.js where mandrill action does not.

Wouldn't be preferable to develop a functionality that parse the query and make sure that all action can accept:

  • path
  • URI
  • base64 data
  • FILE in multipart/form-data
  • Binary

@gabrielstuff gabrielstuff changed the title Support multi/part form FILE for action Support multipart/form-data form FILE for action May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant