I have an uploaded file in uploads folder and i need to read the contents from it in the controller for processing it further. I have very basic knowledge of web2py and couldn't understand how to do it.
相关问题
- Referencing a table in web2py before defining it
- web2py check password in form
- can we use java code in web2py application code?
- web2py git integration - localhost & pythonanywher
- How can I throttle Python threads?
相关文章
- How can I throttle Python threads?
- how to pass value from view to controller in web2p
- composite key in web2py
- 在G-WAN(通常Python的上G-WAN架构)的web2py运行(Running Web2Py
- 硒的web2py从killer-web-development.com不起作用(selenium a
- 插入一些元组成的web2py表(insert some tuples into table in w
- 如何最好地设计在GAE上的日期/地理邻近查询?(How to best design a date/
- angularJS与web2py的:从纳克/ JavaScript的调用蟒蛇/ HTML(angul
You can do something like:
UPDATE: Here is a somewhat simpler approach.