[web2py] Re: Detecting MYSQL running status

2013-12-23 Thread Raj Chinna
? > > Paolo > On Thursday, December 19, 2013 7:35:24 AM UTC+1, Raj Chinna wrote: >> >> Hi, >> >> I have web2py application which talks with MYSQL and i have my db >> connection strings in db.py module. Sometime the web2py server is running >> without any

[web2py] Detecting MYSQL running status

2013-12-18 Thread Raj Chinna
some meaningful error message. Thanks, Raj Chinna -- 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 subscribe

[web2py] Re: Uploading file through restful webservice

2013-12-18 Thread Raj Chinna
ourtextfile) > > being "yourtextfile" the text-file you sent from the client(which would > be actually a huge string) > then do something like > > db.mytable.insert(file=db.mytable.file.store(myfile, "filename")) > > > > > > On Thursday, No

[web2py] Uploading file through restful webservice

2013-11-21 Thread Raj Chinna
Can someone give me a pointer.. I am waiting for the response.. -- 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

[web2py] Uploading file through restful webservice

2013-11-20 Thread Raj Chinna
Hi, I am new to web2py and currently built a restful webservice that accepts data from my client (Android Application) and stores the data into the DB. But, due to business need I need to send a text file from the client and the server needs to store it in server file system. Can someone give m