We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Everyone,
I am getting error with following code
import requests files = {'uploadFile': open('python.png', 'rb')} r = requests.post('http://pythonscraping.com/pages/processing2.php', files=files) print(r.text)
Respondes is Sorry, there was an error uploading your file.
Anyone's help would be very thankful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Everyone,
I am getting error with following code
Respondes is
Sorry, there was an error uploading your file.
Anyone's help would be very thankful.
The text was updated successfully, but these errors were encountered: