Sending extra parameters via FileItem.FormData #370
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I wanted to attach extra request parameters to my file upload and dug through the source code. Everything seems ok with ``FileItem`, but in the uploader, this block of code is commented out for some reason:
Can you let me know what has to be done so that I can make a PR with the functionality working?
Thanks!
You can already add extra attribute, see #226