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

Chapter 10.4: Issue about Posting Image #94

Open
LuigiGao opened this issue Dec 18, 2020 · 0 comments
Open

Chapter 10.4: Issue about Posting Image #94

LuigiGao opened this issue Dec 18, 2020 · 0 comments

Comments

@LuigiGao
Copy link

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.

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