I am pretty sure you can access it while uploading. You just cannot access 
it from the same user session because the session is locked.
Web2py serializes accesses from the same user session unless you 
session._unlock(response). 

Try from different browsers and you will see it is not locked.


On Saturday, 22 February 2014 12:25:58 UTC-6, aslav wrote:
>
> Hi there, I'm very new to programming, python and web2py and I have a 
> question. I got this app in which I upload some file to db through appadmin 
> ( code is almost the same as the one massimo gave in the book [ chapter 
> about image blog ] ). And when I'm uploading something or downloading 
> something, I ( or anyone else ) can't access my website until 
> uploading/downloading is finished. What may be the problem? Sorry if I 
> described it wrong, but I'm really new to this stuff.
> Edit: I'm using web2py+mod_wsgi+apache
>
>

-- 
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/groups/opt_out.

Reply via email to