Yeah, I am back at it now. But I still dont seem to be able to save the 
object. Any ideas on how to save this object? I have tried and tried but I 
am just not able to save it :(

// Mika

On Tuesday, March 14, 2017 at 11:20:16 AM UTC+1, Leonel Câmara wrote:
>
> Mika just because you've uploaded the file it doesn't mean web2py has 
> saved it to disk. You always get that string because you are printing it 
> which calls the __str__ method in stuff which returns a string.  
>
> The file is not anywhere on disk when it comes to web2py until you 
> actually write it there. The file is in the request in a cgi.FieldStorage 
> object.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to