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

modify utils.py for mutiple file upload #335

Closed
wants to merge 3 commits into from
Closed

Conversation

lhypj
Copy link

@lhypj lhypj commented Jul 13, 2015

can support multiple file upload by one submit.
of course.
The form needs an attribute name="mutiplefile", or this won't work correctly.
In the webpy code, a default value is needed (the "myfile["mutiplefile"] = []" part) if you want it to be imported as a CGI FieldStorage object.
i donnot think this is a good solution,but it can works. or maybe you have a more good way

@jzellman
Copy link
Contributor

jzellman commented Feb 2, 2017

After reviewing the changes, I'm having a hard time seeing the differences since there are a number of diffs that are not part of this change like spacing changes etc. Could you please revert any erroneous changes that are not part of the PR?

@lhypj lhypj closed this Apr 1, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants