Hi!

I just noticed that uploading files up to around 120mb using a simple form 
(crud.create) and model works reliably using the default setup on linux 
(sqlite and rocket). But when trying to upload files around 500mb, while 
the file always goes correctly to the upload folder, the db insert only 
occurs around 25% of the time, maybe even less.. basically sometimes it 
works but usually it doesn't.

The sizes of 120mb and 500mb are just the big files I happened to have. I 
haven't gone through and tested up to what file size it is when things stop 
working reliably.

Was wondering if anyone had a similar experience?

TY!
-jl

-- 
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