Re: [web2py] what is the webserver software of pythonanywhere

2018-12-19 Thread Arindam Dasgupta
Hi Ben, Thank you so much!! Regards, Arindam On Wed, Dec 19, 2018 at 9:04 PM Ben Duncan wrote: > SEE: > > https://www.pythonanywhere.com/forums/topic/2776/ > > *Ben Duncan* > DBA / Chief Software Architect > Mississippi State Supreme Court > Electronic Filing Division > > > On Wed, Dec 19, 201

[web2py] Re: edit uploaded files

2018-12-19 Thread Val K
Note that 'web2py as client' could be running as daemon (service) along windows booting, so users will not feel the difference. On Wednesday, December 19, 2018 at 10:10:30 PM UTC+3, Val K wrote: > > I thought about the same problem and only see the following dropbox-like > almost universal sol

[web2py] Re: edit uploaded files

2018-12-19 Thread Val K
I thought about the same problem and only see the following dropbox-like almost universal solution: web2py as server + web2py as client (under latter I mean .exe-distributive on the shared drive, so it will running on client machine and has access to filesystem, to connect with central server

[web2py] Re: edit uploaded files

2018-12-19 Thread Jota Pin
Hi, - any type of files, but most common are the usual office ones: .doc, .docx, pdf, xls, xlsx. - currently people are using simply a shared drive, with an unmanageable number of files and subfolders, they want to shift to a structured approach, were files are linked to a datab

[web2py] edit uploaded files

2018-12-19 Thread Val K
Hi! What is type of files? -- 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 "we

Re: [web2py] what is the webserver software of pythonanywhere

2018-12-19 Thread Ben Duncan
SEE: https://www.pythonanywhere.com/forums/topic/2776/ *Ben Duncan* DBA / Chief Software Architect Mississippi State Supreme Court Electronic Filing Division On Wed, Dec 19, 2018 at 3:15 AM Arindam Dasgupta wrote: > Hi, > > I need to have a ssl certificate for my webserver. So that the certif

[web2py] edit uploaded files

2018-12-19 Thread Jota Pin
Dear all, In my application (in an intranet), users should be able to upload files and edit files, but they do not want to be obliged to download/edit/upload again (it is a no go from their side). Do you have any option in mind to implement that in web2py? The solution can be based on a shared

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-19 Thread Arindam Dasgupta
Hi Stifan, Not I did not put web2py server on windows. I am using python anywhere cloud : https://nayan613.pythonanywhere.com/paymemoney/default/index Regards, Arindam On Wed, Dec 19, 2018 at 3:00 PM 黄祥 wrote: > 1) I have to press the pay now button twice to get it working. What should >> I c

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-19 Thread 黄祥
> > 1) I have to press the pay now button twice to get it working. What should > I change so that one press is sufficient? > did you put web2py server on windows ? best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2p

[web2py] what is the webserver software of pythonanywhere

2018-12-19 Thread Arindam Dasgupta
Hi, I need to have a ssl certificate for my webserver. So that the certificate vendor needs the webserver software. Please help me to find it out. I am presented with a list like below : Where should I look for it in pythonanywhere.com ? [image: image.png] -- Resources: - http://web2py.com - ht

[web2py] Re: no-email edit in profile

2018-12-19 Thread Simon Riek
Thanks Leonel, very helpful for my next application. In my current production applications I have no user self registration, therefor it is sufficient for me to make the email field writable again (though I wouldn't edit gluon/tools.py, instead I used my own derived Auth class with a custom pr