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

[question] Uploading files #37

Closed
cboden opened this issue Jul 24, 2013 · 4 comments
Closed

[question] Uploading files #37

cboden opened this issue Jul 24, 2013 · 4 comments

Comments

@cboden
Copy link
Contributor

cboden commented Jul 24, 2013

Is there an easy way to test uploading a file in Frisby?

ATM I'm thinking of setting a header with a boundary and manually building the body with values and boundary. For the file itself I was going to base64 encode a raw file before hand, pasting that into my Frisby test and base64 decode it just before it's tossed.

Is that the best way to go about testing this?

@hanssgo
Copy link

hanssgo commented Aug 30, 2013

+1

@dronchik
Copy link

dronchik commented Mar 6, 2014

Hey guys, any thoughts on this?

@vlucas
Copy link
Owner

vlucas commented Mar 6, 2014

Frisby internally is based on the request library, so there may be a way to use Frisby in conjunction with that?

@vlucas
Copy link
Owner

vlucas commented Mar 24, 2014

This should be possible now with #79

@vlucas vlucas closed this as completed Mar 24, 2014
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

4 participants