whenever i try to get a file with web.input().myfile i get a IOError. IOErorr: [Errno 2] No such file or directory
i could get the file with web.data() but this way i have the problem that i can't read the file with the xlrd module cause of the header in web.data() what could be the problem? is there maybe a way to cut the header form web.data() thanks for help david -- You received this message because you are subscribed to the Google Groups "web.py" group. To view this discussion on the web visit https://groups.google.com/d/msg/webpy/-/iGrSgg__iEUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
