-
Notifications
You must be signed in to change notification settings - Fork 11
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
File Upload #16
Comments
Im having trouble figuring out how to add a file upload route with ofxHTTP. I remember you had it working with a very old version of ofSketch but I haven't been able to find the server code to handle a request to the |
An upload (aka "post") route is already configured in our server at the root node "/". It is accessed much like this: https://github.com/bakercp/ofxHTTP/tree/master/example_basic_post_server You can access its settings in the You should find callbacks for post data / progress, etc events in the App.h/App.cpp. |
Removed the requirement for file management for the time being. This issue is closed. |
The text was updated successfully, but these errors were encountered: