[web2py] Webservice to upload files

2012-06-27 Thread Adriano Almeida
Hello Gentleman

Is this possible to create a webservice with web2py to upload files 
(ex:pictures)? How could this be done if I want to have some security 
(password verification) on it?

I would like to integrate a web2py service with a mobile  application, 
dropbox style. 

Thanks in advance

Adriano

-- 





Re: [web2py] Webservice to upload files

2012-06-27 Thread Jason Brower

Sure.  Easy.
Make your model that will hold the files.
Create pages that handle the uploading of files.
Create pages to handle the downloading of files.
The hard part is in the details, for example, what features do you want 
to have. Which is really something web2py can do be I think you should 
give it a shot first.

BR,
Jason
On 06/27/2012 02:10 PM, Adriano Almeida wrote:

Hello Gentleman

Is this possible to create a webservice with web2py to upload files 
(ex:pictures)? How could this be done if I want to have some security 
(password verification) on it?


I would like to integrate a web2py service with a mobile  application, 
dropbox style.


Thanks in advance

Adriano
--






--