[web2py] Re: Upload hangs when submit is hit

2019-01-07 Thread Anthony
Hard to say without seeing all the code. What are you expecting to do with the uploaded file? Note, using SQLFORM.factory for file uploads can be tricky, as the file is saved with a new filename, which you may then not be recording anywhere if nothing is saved to a database. You must also

[web2py] Re: Upload hangs when submit is hit

2019-01-07 Thread wswiecho
To add more to this post. I truly only need the path to the file not the file itself. On Monday, January 7, 2019 at 8:31:59 AM UTC-5, wswi...@hawk.iit.edu wrote: > > Good morning, > > I have had problems with the buildin upload functionality of the > SQLFORM.factory(). > > When I use code in