well, I think there are so many solutions to do this, but I don't have
a perfect solution for this,
this simplest one might be limit only one process running for web2py,
like
WSGIDaemonProcess myweb2py processes=1
I know this is a silly solution,
or you have to hack relative source code not to us
to gluon to see what is
> > going on.
>
> > Richard
>
> > On Oct 22, 8:30 pm, AndCycle wrote:
>
> > > found a article about this,http://www.motobit.com/help/scptutl/pa98.htm
> > > it's the limit applied on browser lol
>
> > > so if
found a article about this,
http://www.motobit.com/help/scptutl/pa98.htm
it's the limit applied on browser lol
so if you use FireFox with HttpFox you can see the post sends nothing
if file bigger than 2GB
On Oct 22, 5:24 pm, AndCycle wrote:
> ok, Richard, are you trying to upload a re
ok, Richard, are you trying to upload a really big file that over 2GB?
try smaller one like 100MB,
I am investigating where is the limit
AndCycle wrote:
> oops, there must be something breaked, I can't it work too,
>
> I will reply after fix it, sorry :(
>
> Richard wrote
oops, there must be something breaked, I can't it work too,
I will reply after fix it, sorry :(
Richard wrote:
> I got the same problem with the example from AndCycle, using the
> builtin web2py server.
> Can anyone else get it working? If so what setup do you have?
>
> Ric
example from AndCycle, using the
> builtin web2py server.
> Can anyone else get it working? If so what setup do you have?
>
> Richard
>
> On Oct 20, 3:40 pm, Richard wrote:
>
> > No, nothing is uploaded. Theprogressbar shows NaN (divide by zero
> > error), then
sorry, I currently don't have time to help you :X
http://www.andcycle.idv.tw/~andcycle/tmp/web2py-rev1289.7z
here is my trunk with example at
web2py\applications\examples\controllers\upload_progress_examples.py
help yourself,
just tell me if this works for you
On Oct 19, 9:02 am, Ri
I have looked part of the code,
hard cron execute in widght.py,
but not winservice.py,
I thought winservice should consider as a standalone server too
because
http://www.web2py.com/examples/default/cron
says "Hard cron, available if using the built-in web server"
yes, as a win32 service I think
http://www.web2pyslices.com/main/slices/take_slice/10
anyway, I have done the sample, any comment? :~
On Oct 16, 11:39 pm, AndCycle wrote:
> would you? :p
>
> On Oct 15, 2:03 pm, mdipierro wrote:
>
> > yes. Thank you! We should post a web2pyslice about this.
>
> > O
ss() in trunk. Is there an example how to
> > > > use it?
> > > > Richard
>
> > > > On Oct 11, 6:43 am, mdipierro wrote:
>
> > > > > @AndCycle
>
> > > > > I rearranged the code in trunk a bit. Could you check it still works?
>
by the way,
the validation widget also require a client side javascript to do
their job,
it's really piss user off when the system raise a error after they
uploaded hundreds of mega,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
later, I am trying to keep my job lol
On Oct 11, 3:42 pm, mdipierro wrote:
> Would you post a web2pyslice on this?
>
> Massimo
>
> On Oct 10, 5:14 pm, AndCycle wrote:
>
> > @Massiom
>
> >http://pastebin.com/f69e7b008
>
> > here is the patch includ
I can't get @reboot cron to work,
this doesn't work at current stable release either :/
On Oct 11, 4:27 am, mdipierro wrote:
> there a lot of new things in trunk. Please check it.
>
> In particular:
> 1) cached uploads allow for progress bars (thanks AndCycle)
> 2) ing
@Massiom
http://pastebin.com/f69e7b008
here is the patch include a working sample,
by the way you got another indent error in copystream_progress :p
On Oct 11, 3:43 am, mdipierro wrote:
> @AndCycle
>
> I rearranged the code in trunk a bit. Could you check it still works?
>
thanks :)
I will take some free time to write a example base on trunk :p
On Oct 7, 10:24 pm, mdipierro wrote:
> Check again. I added it now.
>
> On Oct 7, 6:42 am, AndCycle wrote:
>
> > oops, the patch been cut by width restriction on mailing list lol
>
> > here is
oops, the patch been cut by width restriction on mailing list lol
here is pastebin
http://pastebin.com/f219d603b
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email
after read over this "thread [web2py:23034] Upload progress"
http://www.mail-archive.com/web2py@googlegroups.com/msg13111.html
I have looks around how other web framework done this,
in pylons's way, this require a WSGI middleware and URLmap,
unfortunately URLmap is impossible for web2py,
and wra
x27;text',
91 value = (value!=None and str(value)) or '',
92 )
93 attr = StringWidget._attributes(field, default, **attributes) 94 95
return INPUT(**attr)
here is the traceback
Traceback (most recent call last):
File "gluon/restricted.py", line 178, in restricted
Fi
18 matches
Mail list logo