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

django server do not receives the forms and the file submitted (master branch) #12

Open
moebiussurfing opened this issue Aug 21, 2015 · 1 comment

Comments

@moebiussurfing
Copy link

http://forum.openframeworks.cc/t/how-to-make-an-http-post-to-fill-a-multiform-and-upload-a-file-ofxhttputils-ofxhttp/20508

@moebiussurfing
Copy link
Author

ofxHttpForm form;
form.action = "https://test1-manumolinaz.c9.io/writexml/";
form.method = OFX_HTTP_POST;
form.addFormField("id_title", "fill with text name");
form.addFile("id_xml","filename.xml");
httpUtils.addForm(form);

the server replies that "all fields are required".
I made it works partially with ofxHttpForm... so server should work. Also, the server is working using the browser navigator...

@moebiussurfing moebiussurfing changed the title django server do not receive the forms and the file submitted (master branch) django server do not receives the forms and the file submitted (master branch) Aug 21, 2015
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