|
|
| |
1. I need to upload a file from a php apache with post method to a |
|
Reply |
|
|
 Anto Justus | 2013-01-31 20:45:21 |
I need to upload a file dynamically from php apache to python django framework URL. I have tried using CURL it is working fine with in php internally and not working with the django framework URL
I am getting the error 417 - Expectation Failed from django framework URL.
|
|