How Do I Access An Uploaded File With Bottle?
I'd like to upload a text file with bottle, and then read it. How can I do this? Below is what I've tried and didn't work. HTML:
Solution 1:
You should add attribute enctype="multipart/form-data"
to form tag.
Post a Comment for "How Do I Access An Uploaded File With Bottle?"